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

Method NodeState

QtNodeEditor/src/NodeState.cpp:14–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12using QtNodes::Connection;
13
14NodeState::
15NodeState(std::unique_ptr<NodeDataModel> const &model)
16 : _inConnections(model->nPorts(PortType::In))
17 , _outConnections(model->nPorts(PortType::Out))
18 , _reaction(NOT_REACTING)
19 , _reactingPortType(PortType::None)
20 , _resizing(false)
21{}
22
23
24std::vector<NodeState::ConnectionPtrSet> const &

Callers

nothing calls this directly

Calls 1

nPortsMethod · 0.45

Tested by

no test coverage detected