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

Method KeepRunning

tests/gtest_preconditions.cpp:116–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114{
115public:
116 KeepRunning(const std::string& name, const BT::NodeConfig& config)
117 : BT::StatefulActionNode(name, config)
118 {}
119
120 static BT::PortsList providedPorts()
121 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected