Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MiniZinc/MiniZincIDE
/ getParent
Method
getParent
cp-profiler/src/cpprofiler/tree/node.cpp:193–196 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
191
}
192
193
NodeID Node::getParent() const
194
{
195
return m_parent;
196
}
197
198
void Node::removeChild(int alt)
199
{
Callers
15
save_nodes
Function · 0.45
removeSelectedNode
Method · 0.45
calculate_depth
Function · 0.45
is_right_most_child
Function · 0.45
has_as_ancestor
Function · 0.45
under_pentagon
Function · 0.45
labelPath
Function · 0.45
partition_step
Function · 0.45
navUp
Method · 0.45
navLeft
Method · 0.45
navRight
Method · 0.45
showLabelsUp
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected