Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/quantum
/ getTaskId
Method
getTaskId
quantum/impl/quantum_task_impl.h:136–137 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
134
ITask::Type Task::getType() const { return _type; }
135
136
inline
137
TaskId Task::getTaskId() const { return _taskId; }
138
139
inline
140
ITaskContinuation::Ptr Task::getNextTask() { return _next; }
Callers
2
taskId
Method · 0.45
taskId
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected