MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / CreateCat

Method CreateCat

tests/gtest_polymorphic_ports.cpp:125–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123{
124public:
125 CreateCat(const std::string& name, const NodeConfig& config)
126 : SyncActionNode(name, config)
127 {}
128
129 NodeStatus tick() override
130 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected