Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BehaviorTree/BehaviorTree.CPP
/ CreateDog
Method
CreateDog
tests/gtest_polymorphic_ports.cpp:163–165 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
161
{
162
public:
163
CreateDog(const std::string& name, const NodeConfig& config)
164
: SyncActionNode(name, config)
165
{}
166
167
NodeStatus tick() override
168
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected