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

Method targetTask

TaskFlow/core/TaskConnection.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30BaseTask *TaskConnection::targetTask() const
31{
32 return m_targetPort ? qobject_cast<BaseTask *>(m_targetPort->parent()) : nullptr;
33}
34
35TaskPort *TaskConnection::sourcePort() const
36{

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected