MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / NodeInPorts

Method NodeInPorts

tests/gtest_ports.cpp:166–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164{
165public:
166 NodeInPorts(const std::string& name, const NodeConfig& config)
167 : SyncActionNode(name, config)
168 {}
169
170 NodeStatus tick() override
171 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected