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

Method getParent

cp-profiler/src/cpprofiler/tree/structure.cpp:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99NodeID Structure::getParent(NodeID nid) const
100{
101 return nodes_[nid]->getParent();
102}
103
104int Structure::childrenCount(NodeID pid) const
105{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected