MCPcopy 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
72QList<TaskPort *> BaseTask::getInputPorts() const
73{
74 QMutexLocker locker(&m_tasksMutex);
75 return m_inputs;
76}
77
78QList<TaskPort *> BaseTask::getOutputPorts() const
79{

Callers 1

setTaskMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected