Module tree

Module tree 

Source

Structsยง

ConfigFilterTree
The configuration filter tree, used for efficient lookup of configurations based on multiple criteria. The tree is a hybrid of a radix tree and a trie, where each node can have multiple fixed value children (like a radix tree) and multiple predicate children (like a trie).
ConfigFilterTreeMultiKey ๐Ÿ”’
A multi-key for the configuration tree lookup
ConfigFilterTreeNode ๐Ÿ”’
A node in the configuration filter tree

Enumsยง

ConfigFilterTreeSingleKey
A single key for the configuration tree lookup