Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ createNode
Method
createNode
gecode/search/cpprofiler/connector.hpp:402–406 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
400
}
401
402
inline Node
403
Connector::createNode(NodeUID node, NodeUID parent,
404
int alt, int kids, NodeStatus status) {
405
return Node(node, parent, alt, kids, status);
406
}
407
408
}}
409
Callers
2
skip
Method · 0.80
node
Method · 0.80
Calls
1
Node
Class · 0.70
Tested by
no test coverage detected