Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MiniZinc/MiniZincIDE
/ NodeTree
Method
NodeTree
cp-profiler/src/cpprofiler/tree/node_tree.cpp:16–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
{
15
16
NodeTree::NodeTree() : structure_{new Structure()}, node_info_(new NodeInfo)
17
{
18
qRegisterMetaType<NodeID>();
19
}
20
21
NodeTree::~NodeTree() = default;
22
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected