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

Method get_execution

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

Source from the content-addressed store, hash-verified

11 : QStandardItem(e.name().c_str()), m_execution(e) {}
12
13Execution *ExecutionItem::get_execution()
14{
15 return &m_execution;
16}
17} // namespace cpprofiler
18
19namespace cpprofiler

Callers 1

getSelectedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected