MCPcopy 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

134ITask::Type Task::getType() const { return _type; }
135
136inline
137TaskId Task::getTaskId() const { return _taskId; }
138
139inline
140ITaskContinuation::Ptr Task::getNextTask() { return _next; }

Callers 2

taskIdMethod · 0.45
taskIdFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected