Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BehaviorTree/BehaviorTree.CPP
/ CreateAnimal
Method
CreateAnimal
tests/gtest_polymorphic_ports.cpp:106–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
104
{
105
public:
106
CreateAnimal(const std::string& name, const NodeConfig& config)
107
: SyncActionNode(name, config)
108
{}
109
110
NodeStatus tick() override
111
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected