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

Method ExecutionItem

cp-profiler/src/cpprofiler/execution_list.cpp:10–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8{
9
10ExecutionItem::ExecutionItem(Execution &e)
11 : QStandardItem(e.name().c_str()), m_execution(e) {}
12
13Execution *ExecutionItem::get_execution()
14{

Callers

nothing calls this directly

Calls 1

nameMethod · 0.45

Tested by

no test coverage detected