| 15 | namespace BT |
| 16 | { |
| 17 | TryCatchNode::TryCatchNode(const std::string& name, const NodeConfig& config) |
| 18 | : ControlNode::ControlNode(name, config) |
| 19 | { |
| 20 | setRegistrationID("TryCatch"); |
| 21 | } |
| 22 | |
| 23 | void TryCatchNode::halt() |
| 24 | { |
nothing calls this directly
no outgoing calls
no test coverage detected