Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BehaviorTree/BehaviorTree.CPP
/ NodeOutPorts
Method
NodeOutPorts
tests/gtest_ports.cpp:190–192 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
188
{
189
public:
190
NodeOutPorts(const std::string& name, const NodeConfig& config)
191
: SyncActionNode(name, config)
192
{}
193
194
NodeStatus tick() override
195
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected