Page MenuHomePhabricator

Rename radix typename for key type to something searchable
ClosedPublic

Authored by sdulfari on May 4 2022, 01:44.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC9bd7eb3de72a: Rename radix typename for key type to something searchable
Summary

This makes it easier to skim over radix.h for uses of KeyType since "K" gives more false positives than hits.
Doing so helped me better understand the interfaces at play in RadixTree. I expect this patch will assist others in the
same way.

The naming convention was selected based on existing usage in the codebase. See examples with:

grep -hrio "typename [a-zA-Z]*" | sort | uniq
Test Plan
ninja check

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable