MCPcopy Create free account
hub / github.com/MiniZinc/MiniZincIDE / db_addChild

Method db_addChild

cp-profiler/src/cpprofiler/tree/structure.cpp:159–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159void Structure::db_addChild(NodeID nid, NodeID pid, int alt)
160{
161 nodes_[pid]->addChild();
162 db_createChild(nid, pid, alt);
163}
164
165} // namespace tree
166} // namespace cpprofiler

Callers 2

read_nodesFunction · 0.45
db_create_treeFunction · 0.45

Calls 1

addChildMethod · 0.80

Tested by 1

db_create_treeFunction · 0.36