NOLINTNEXTLINE(hicpp-exception-baseclass)
| 208 | struct test_throw { |
| 209 | // NOLINTNEXTLINE(hicpp-exception-baseclass) |
| 210 | auto operator()() -> void { throw 42; } |
| 211 | }; |
| 212 | |
| 213 | struct test_throw_runtime_error { |
nothing calls this directly
no outgoing calls
no test coverage detected