Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MiniZinc/MiniZincIDE
/ getChild
Method
getChild
cp-profiler/src/cpprofiler/tree/structure.cpp:94–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
}
93
94
NodeID Structure::getChild(NodeID pid, int alt) const
95
{
96
return nodes_[pid]->getChild(alt);
97
}
98
99
NodeID Structure::getParent(NodeID nid) const
100
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected