Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BehaviorTree/BehaviorTree.CPP
/ PrintCatName
Method
PrintCatName
tests/gtest_polymorphic_ports.cpp:228–230 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
226
{
227
public:
228
PrintCatName(const std::string& name, const NodeConfig& config)
229
: SyncActionNode(name, config)
230
{}
231
232
NodeStatus tick() override
233
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected