| 186 | |
| 187 | struct RunLastMessage { |
| 188 | inline void operator()(InputMessageBase* last_msg) { |
| 189 | ProcessInputMessage(last_msg); |
| 190 | } |
| 191 | }; |
| 192 | |
| 193 | InputMessageClosure::~InputMessageClosure() noexcept(false) { |
nothing calls this directly
no test coverage detected