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

Method clearNode

QtNodeEditor/src/Connection.cpp:343–353  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341
342
343void
344Connection::
345clearNode(PortType portType)
346{
347 getNode(portType) = nullptr;
348
349 if (portType == PortType::In)
350 _inPortIndex = INVALID;
351 else
352 _outPortIndex = INVALID;
353}
354
355
356NodeDataType

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected