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

Method hasTask

TaskFlow/core/Flow.cpp:96–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96bool Flow::hasTask(const QString &taskId) const
97{
98 QMutexLocker locker(&m_flowMutex);
99 return m_tasks.contains(taskId);
100}
101
102QHash<QString, BaseTask *> Flow::tasks() const
103{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected