Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
78
QList<TaskPort *> BaseTask::getOutputPorts() const
79
{
80
QMutexLocker locker(&m_tasksMutex);
81
return m_outputs;
82
}
83
84
QFuture<TaskState> BaseTask::executeAsync()
85
{
Callers
1
setTask
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected