| 258 | } |
| 259 | |
| 260 | void EmmyFacade::OnReceiveMessage(nlohmann::json document) { |
| 261 | _protoHandler.OnDispatch(document); |
| 262 | } |
| 263 | |
| 264 | bool EmmyFacade::OnBreak(std::shared_ptr<Debugger> debugger) { |
| 265 | if (!debugger) { |
nothing calls this directly
no test coverage detected