Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MiniZinc/MiniZincIDE
/ getChild
Method
getChild
cp-profiler/src/cpprofiler/tree/node_tree.cpp:215–218 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
213
}
214
215
NodeID NodeTree::getChild(NodeID nid, int alt) const
216
{
217
return structure_->getChild(nid, alt);
218
}
219
220
const NodeStats &NodeTree::node_stats() const
221
{
Callers
2
createRoot
Method · 0.45
promoteNode
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected