Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BehaviorTree/BehaviorTree.CPP
/ PrintDogName
Method
PrintDogName
tests/gtest_polymorphic_ports.cpp:255–257 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
253
{
254
public:
255
PrintDogName(const std::string& name, const NodeConfig& config)
256
: SyncActionNode(name, config)
257
{}
258
259
NodeStatus tick() override
260
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected