Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Palm1r/QodeAssist
/ getInputPorts
Method
getInputPorts
TaskFlow/core/BaseTask.cpp:72–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
72
QList<TaskPort *> BaseTask::getInputPorts() const
73
{
74
QMutexLocker locker(&m_tasksMutex);
75
return m_inputs;
76
}
77
78
QList<TaskPort *> BaseTask::getOutputPorts() const
79
{
Callers
1
setTask
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected