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

Method getParent

cp-profiler/src/cpprofiler/tree/node_tree.cpp:205–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205NodeID NodeTree::getParent(NodeID nid) const
206{
207 return structure_->getParent(nid);
208}
209
210NodeID NodeTree::getRoot() const
211{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected