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

Method isValid

TaskFlow/core/TaskConnection.cpp:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45bool TaskConnection::isValid() const
46{
47 return m_sourcePort && m_targetPort && m_sourcePort != m_targetPort && sourceTask()
48 && targetTask() && sourceTask() != targetTask();
49}
50
51bool TaskConnection::isTypeCompatible() const
52{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected