MCPcopy Create free account
hub / github.com/BehaviorTree/Groot / connectionRequiredPort

Method connectionRequiredPort

QtNodeEditor/src/NodeConnectionInteraction.cpp:170–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168// ------------------ util functions below
169
170PortType
171NodeConnectionInteraction::
172connectionRequiredPort() const
173{
174 auto const &state = _connection->connectionState();
175
176 return state.requiredPort();
177}
178
179
180QPointF

Callers

nothing calls this directly

Calls 1

requiredPortMethod · 0.80

Tested by

no test coverage detected