MCPcopy 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
158bool RapidSerializer::serialize(dap::boolean v) {
159 json()->SetBool(v);
160 return true;
161}
162
163bool RapidSerializer::serialize(dap::integer v) {
164 json()->SetInt64(v);

Callers 4

sendMethod · 0.45
processRequestMethod · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls 4

ValueClass · 0.85
c_strMethod · 0.80
dataMethod · 0.45
lengthMethod · 0.45

Tested by 2

TESTFunction · 0.36
TESTFunction · 0.36