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

Method hasConnection

TaskFlow/core/TaskPort.cpp:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68bool TaskPort::hasConnection() const
69{
70 return m_connection != nullptr;
71}
72
73bool TaskPort::isValueTypeCompatible(const QVariant &value) const
74{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected