Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
nlohmann::json JsonProtocol::Serialize() {
25
return nlohmann::json::object();
26
}
27
28
void JsonProtocol::Deserialize(nlohmann::json json) {
29
}
Callers
2
OnEvalResult
Method · 0.80
SerializeArray
Method · 0.80
Calls
2
push_back
Method · 0.80
empty
Method · 0.45
Tested by
no test coverage detected