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

Method childrenCount

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

Source from the content-addressed store, hash-verified

253}
254
255int NodeTree::childrenCount(NodeID nid) const
256{
257 return structure_->childrenCount(nid);
258}
259
260void NodeTree::notifyAncestors(NodeID nid)
261{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected