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

Method childrenCount

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

Source from the content-addressed store, hash-verified

102}
103
104int Structure::childrenCount(NodeID pid) const
105{
106 return nodes_[pid]->childrenCount();
107}
108
109int Structure::getNumberOfSiblings(NodeID nid) const
110{

Callers 1

addChildrenMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected