Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brainboxdotcc/DPP
/ NodeCount
Method
NodeCount
mlspp/src/tree_math.cpp:48–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
NodeCount::NodeCount(const LeafCount n)
49
: UInt32(2 * (n.val - 1) + 1)
50
{
51
}
52
53
LeafIndex::LeafIndex(NodeIndex x)
54
: UInt32(0)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected