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

Method eraseConnection

QtNodeEditor/src/NodeState.cpp:72–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70
71
72void
73NodeState::
74eraseConnection(PortType portType,
75 PortIndex portIndex,
76 QUuid id)
77{
78 getEntries(portType)[portIndex].erase(id);
79}
80
81
82NodeState::ReactToConnectionState

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected