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

Method nodeCount

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

Source from the content-addressed store, hash-verified

198}
199
200int NodeTree::nodeCount() const
201{
202 return structure_->nodeCount();
203}
204
205NodeID NodeTree::getParent(NodeID nid) const
206{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected