MCPcopy Create free account
hub / github.com/MiniZinc/MiniZincIDE / getParent

Method getParent

cp-profiler/src/cpprofiler/tree/node.cpp:193–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193NodeID Node::getParent() const
194{
195 return m_parent;
196}
197
198void Node::removeChild(int alt)
199{

Callers 15

save_nodesFunction · 0.45
removeSelectedNodeMethod · 0.45
calculate_depthFunction · 0.45
is_right_most_childFunction · 0.45
has_as_ancestorFunction · 0.45
under_pentagonFunction · 0.45
labelPathFunction · 0.45
partition_stepFunction · 0.45
navUpMethod · 0.45
navLeftMethod · 0.45
navRightMethod · 0.45
showLabelsUpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected