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

Method setConnection

QtNodeEditor/src/NodeState.cpp:59–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57
58
59void
60NodeState::
61setConnection(PortType portType,
62 PortIndex portIndex,
63 Connection& connection)
64{
65 auto &connections = getEntries(portType);
66
67 connections.at(portIndex).insert(std::make_pair(connection.id(),
68 &connection));
69}
70
71
72void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected