| 87 | } |
| 88 | |
| 89 | Flow *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 |
nothing calls this directly
no outgoing calls
no test coverage detected