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

Method executeAsync

TaskFlow/core/Flow.cpp:166–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166QFuture<FlowState> Flow::executeAsync()
167{
168 return QtConcurrent::run([this]() { return execute(); });
169}
170
171FlowState Flow::execute()
172{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected