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

Method flowStateAsString

TaskFlow/core/Flow.cpp:227–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225}
226
227QString Flow::flowStateAsString(FlowState state)
228{
229 switch (state) {
230 case FlowState::Success:
231 return "Success";
232 case FlowState::Failed:
233 return "Failed";
234 case FlowState::Cancelled:
235 return "Cancelled";
236 }
237 return "Unknown";
238}
239
240QStringList Flow::getTaskIds() const
241{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected