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

Method Serialize

emmy_debugger/src/proto/proto.cpp:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24nlohmann::json JsonProtocol::Serialize() {
25 return nlohmann::json::object();
26}
27
28void JsonProtocol::Deserialize(nlohmann::json json) {
29}

Callers 2

OnEvalResultMethod · 0.80
SerializeArrayMethod · 0.80

Calls 2

push_backMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected