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

Method CopyPorts

tests/gtest_subtree.cpp:53–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51{
52public:
53 CopyPorts(const std::string& name, const BT::NodeConfig& config)
54 : BT::SyncActionNode(name, config)
55 {}
56
57 BT::NodeStatus tick() override
58 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected