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

Method CreateSphynx

tests/gtest_polymorphic_ports.cpp:144–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142{
143public:
144 CreateSphynx(const std::string& name, const NodeConfig& config)
145 : SyncActionNode(name, config)
146 {}
147
148 NodeStatus tick() override
149 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected