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

Method getNumberOfSiblings

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

Source from the content-addressed store, hash-verified

238}
239
240int NodeTree::getNumberOfSiblings(NodeID nid) const
241{
242 return structure_->getNumberOfSiblings(nid);
243}
244
245int NodeTree::depth() const
246{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected