Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MiniZinc/MiniZincIDE
/ setSelectedNode
Method
setSelectedNode
cp-profiler/src/cpprofiler/user_data.cpp:6–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
{
5
6
void UserData::setSelectedNode(tree::NodeID nid)
7
{
8
m_selected_node = nid;
9
}
10
11
tree::NodeID UserData::getSelectedNode() const
12
{
Callers
4
removeSelectedNode
Method · 0.80
binary_tree_execution
Function · 0.80
setNode
Method · 0.80
setCurrentNode
Method · 0.80
Calls
no outgoing calls
Tested by
1
binary_tree_execution
Function · 0.64