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

Method OnEvalResult

emmy_debugger/src/emmy_facade.cpp:283–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281}
282
283void EmmyFacade::OnEvalResult(std::shared_ptr<EvalContext> context) {
284 if (transporter) {
285 transporter->Send(int(MessageCMD::EvalRsp), context->Serialize());
286 }
287}
288
289void EmmyFacade::SendLog(LogType type, const char *fmt, ...) {
290 va_list args;

Callers 1

EnterDebugModeMethod · 0.80

Calls 2

SerializeMethod · 0.80
SendMethod · 0.45

Tested by

no test coverage detected