| 114 | { |
| 115 | public: |
| 116 | KeepRunning(const std::string& name, const BT::NodeConfig& config) |
| 117 | : BT::StatefulActionNode(name, config) |
| 118 | {} |
| 119 | |
| 120 | static BT::PortsList providedPorts() |
| 121 | { |
nothing calls this directly
no outgoing calls
no test coverage detected