Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
ExecutionItem::ExecutionItem(Execution &e)
11
: QStandardItem(e.name().c_str()), m_execution(e) {}
12
13
Execution *ExecutionItem::get_execution()
14
{
Callers
nothing calls this directly
Calls
1
name
Method · 0.45
Tested by
no test coverage detected