Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
85
bool NodeInfo::hasOpenChildren(NodeID nid) const
86
{
87
return m_has_open_children[nid];
88
}
89
90
} // namespace tree
91
} // namespace cpprofiler
Callers
4
printNodeInfo
Method · 0.45
processCurrentNode
Method · 0.45
mayMoveDownwards
Method · 0.45
should_hide
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected