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

Method getStatus

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

Source from the content-addressed store, hash-verified

233}
234
235NodeStatus NodeTree::getStatus(NodeID nid) const
236{
237 return node_info_->getStatus(nid);
238}
239
240int NodeTree::getNumberOfSiblings(NodeID nid) const
241{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected