| 137 | { |
| 138 | public: |
| 139 | explicit PrintEnum(const std::string& name, const BT::NodeConfig& config) |
| 140 | : ConditionNode(name, config) |
| 141 | {} |
| 142 | |
| 143 | ~PrintEnum() override = default; |
| 144 | PrintEnum(const PrintEnum&) = delete; |
nothing calls this directly
no outgoing calls
no test coverage detected