| 510 | { |
| 511 | public: |
| 512 | Assert(const std::string& name, const BT::NodeConfiguration& config) |
| 513 | : BT::SyncActionNode(name, config) |
| 514 | {} |
| 515 | |
| 516 | static BT::PortsList providedPorts() |
| 517 | { |
nothing calls this directly
no outgoing calls
no test coverage detected