MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / OnReceiveMessage

Method OnReceiveMessage

emmy_debugger/src/emmy_facade.cpp:260–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258}
259
260void EmmyFacade::OnReceiveMessage(nlohmann::json document) {
261 _protoHandler.OnDispatch(document);
262}
263
264bool EmmyFacade::OnBreak(std::shared_ptr<Debugger> debugger) {
265 if (!debugger) {

Callers

nothing calls this directly

Calls 1

OnDispatchMethod · 0.80

Tested by

no test coverage detected