MCPcopy Create free account
hub / github.com/comaps/comaps / InSubtree

Method InSubtree

libs/indexer/feature_utils.cpp:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 }
66
67 static bool InSubtree(uint32_t t, uint32_t const orig)
68 {
69 ftype::TruncValue(t, ftype::GetLevel(orig));
70 return t == orig;
71 }
72
73public:
74 FeatureEstimator()

Callers

nothing calls this directly

Calls 2

TruncValueFunction · 0.85
GetLevelFunction · 0.85

Tested by

no test coverage detected