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

Method Structure

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

Source from the content-addressed store, hash-verified

14{
15
16Structure::Structure()
17{
18 nodes_.reserve(100);
19}
20
21Mutex &Structure::getMutex() const
22{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected