Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
90
BaseTask *Flow::getTask(const QString &taskId) const
91
{
92
QMutexLocker locker(&m_flowMutex);
93
return m_tasks.value(taskId);
94
}
95
96
bool Flow::hasTask(const QString &taskId) const
97
{
Callers
nothing calls this directly
Calls
1
value
Method · 0.80
Tested by
no test coverage detected