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

Method setHasOpenChildren

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

Source from the content-addressed store, hash-verified

267}
268
269void NodeTree::setHasOpenChildren(NodeID nid, bool val)
270{
271 node_info_->setHasOpenChildren(nid, val);
272}
273
274const Label NodeTree::getLabel(NodeID nid) const
275{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected