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

Method getOutputPorts

TaskFlow/core/BaseTask.cpp:78–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78QList<TaskPort *> BaseTask::getOutputPorts() const
79{
80 QMutexLocker locker(&m_tasksMutex);
81 return m_outputs;
82}
83
84QFuture<TaskState> BaseTask::executeAsync()
85{

Callers 1

setTaskMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected