Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brainboxdotcc/DPP
/ NodeIndex
Method
NodeIndex
mlspp/src/tree_math.cpp:84–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
}
83
84
NodeIndex::NodeIndex(LeafIndex x)
85
: UInt32(2 * x.val)
86
{
87
}
88
89
NodeIndex
90
NodeIndex::root(LeafCount n)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected