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

Method getFlow

TaskFlow/core/FlowManager.cpp:89–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89Flow *FlowManager::getFlow(const QString &flowId) const
90{
91 // if (flowId.isEmpty()) {
92 // return m_flows.begin().value();
93 // }
94 // return m_flows.value(flowId, nullptr);
95}
96
97} // namespace QodeAssist::TaskFlow

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected