Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
73
public:
74
FeatureEstimator()
Callers
nothing calls this directly
Calls
2
TruncValue
Function · 0.85
GetLevel
Function · 0.85
Tested by
no test coverage detected