Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brainboxdotcc/DPP
/ parent
Method
parent
mlspp/src/tree_math.cpp:136–141 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
134
}
135
136
NodeIndex
137
NodeIndex::parent() const
138
{
139
auto k = level();
140
return NodeIndex{ (val | (one << k)) & ~(one << (k + 1)) };
141
}
142
143
NodeIndex
144
NodeIndex::sibling() const
Callers
4
TreeMathTestVector
Method · 0.80
verify
Method · 0.80
dirpath
Method · 0.80
filtered_direct_path
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected