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

Method hasOpenChildren

cp-profiler/src/cpprofiler/tree/node_info.cpp:85–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85bool NodeInfo::hasOpenChildren(NodeID nid) const
86{
87 return m_has_open_children[nid];
88}
89
90} // namespace tree
91} // namespace cpprofiler

Callers 4

printNodeInfoMethod · 0.45
processCurrentNodeMethod · 0.45
mayMoveDownwardsMethod · 0.45
should_hideFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected