| 15 | #include <string> |
| 16 | |
| 17 | BT::ConditionTestNode::ConditionTestNode(const std::string& name) |
| 18 | : ConditionNode::ConditionNode(name, {}) |
| 19 | { |
| 20 | // Members are initialized via default member initializers in the header |
| 21 | } |
| 22 | |
| 23 | BT::NodeStatus BT::ConditionTestNode::tick() |
| 24 | { |
nothing calls this directly
no outgoing calls
no test coverage detected