Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brainboxdotcc/DPP
/ is_leaf
Method
is_leaf
mlspp/src/tree_math.cpp:100–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
}
99
100
bool
101
NodeIndex::is_leaf() const
102
{
103
return val % 2 == 0;
104
}
105
106
bool
107
NodeIndex::is_below(NodeIndex other) const
Callers
3
dump
Method · 0.80
resolve
Method · 0.80
TreeHashInput
Class · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected