Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ serialize
Method
serialize
3rdparty/cppdap/src/rapid_json_serializer.cpp:158–161 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
156
}
157
158
bool RapidSerializer::serialize(dap::boolean v) {
159
json()->SetBool(v);
160
return true;
161
}
162
163
bool RapidSerializer::serialize(dap::integer v) {
164
json()->SetInt64(v);
Callers
4
send
Method · 0.45
processRequest
Method · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
Calls
4
Value
Class · 0.85
c_str
Method · 0.80
data
Method · 0.45
length
Method · 0.45
Tested by
2
TEST
Function · 0.36
TEST
Function · 0.36