MCPcopy Create free account
hub / github.com/brainboxdotcc/DPP / sibling

Method sibling

mlspp/src/tree_math.cpp:143–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143NodeIndex
144NodeIndex::sibling() const
145{
146 return sibling(parent());
147}
148
149NodeIndex
150NodeIndex::sibling(NodeIndex ancestor) const

Callers 4

TreeMathTestVectorMethod · 0.80
verifyMethod · 0.80
copathMethod · 0.80
TreeHashInputClass · 0.80

Calls 3

leftMethod · 0.80
rightMethod · 0.80

Tested by

no test coverage detected