MCPcopy 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
100bool
101NodeIndex::is_leaf() const
102{
103 return val % 2 == 0;
104}
105
106bool
107NodeIndex::is_below(NodeIndex other) const

Callers 3

dumpMethod · 0.80
resolveMethod · 0.80
TreeHashInputClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected