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

Method sourceTask

TaskFlow/core/TaskConnection.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25BaseTask *TaskConnection::sourceTask() const
26{
27 return m_sourcePort ? qobject_cast<BaseTask *>(m_sourcePort->parent()) : nullptr;
28}
29
30BaseTask *TaskConnection::targetTask() const
31{

Callers 4

removeTaskMethod · 0.80
visitTaskMethod · 0.80
getTaskDependenciesMethod · 0.80
calculatePositionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected