Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
Execution *ExecutionItem::get_execution()
14
{
15
return &m_execution;
16
}
17
} // namespace cpprofiler
18
19
namespace cpprofiler
Callers
1
getSelected
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected