MCPcopy Create free account
hub / github.com/Palm1r/QodeAssist / getTask

Method getTask

TaskFlow/core/Flow.cpp:90–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90BaseTask *Flow::getTask(const QString &taskId) const
91{
92 QMutexLocker locker(&m_flowMutex);
93 return m_tasks.value(taskId);
94}
95
96bool Flow::hasTask(const QString &taskId) const
97{

Callers

nothing calls this directly

Calls 1

valueMethod · 0.80

Tested by

no test coverage detected