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

Method getTaskIds

TaskFlow/core/Flow.cpp:240–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238}
239
240QStringList Flow::getTaskIds() const
241{
242 QMutexLocker locker(&m_flowMutex);
243 return m_tasks.keys();
244}
245
246QList<BaseTask *> Flow::getExecutionOrder() const
247{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected