Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MiniZinc/MiniZincIDE
/ parentUID
Method
parentUID
cp-profiler/src/cpp-integration/message.hpp:68–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
void set_nodeUID(const NodeUID& n) { _node = n; }
67
68
NodeUID parentUID(void) const { return _parent; }
69
void set_parentUID(const NodeUID& p) { _parent = p; }
70
71
int32_t alt(void) const { return _alt; }
Callers
1
serialize
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected