| 37 | InterruptBase(const InterruptBase&) = delete; |
| 38 | InterruptBase(InterruptBase&&) = delete; |
| 39 | auto operator=(const InterruptBase&) -> InterruptBase& = delete; |
| 40 | auto operator=(InterruptBase&&) -> InterruptBase& = delete; |
| 41 | virtual ~InterruptBase() = default; |
| 42 | /// @} |
nothing calls this directly
no outgoing calls
no test coverage detected