MCPcopy Create free account
hub / github.com/Kitware/CMake / serialize

Method serialize

Utilities/cmcppdap/src/rapid_json_serializer.cpp:170–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170bool RapidSerializer::serialize(dap::boolean v) {
171 json()->SetBool(v);
172 return true;
173}
174
175bool RapidSerializer::serialize(dap::integer v) {
176 json()->SetInt64(v);

Callers 5

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

Calls 7

SetBoolMethod · 0.80
lengthMethod · 0.80
SetObjectMethod · 0.80
c_strMethod · 0.80
ValueFunction · 0.50
SetStringMethod · 0.45
dataMethod · 0.45

Tested by 3

TESTFunction · 0.36
TEST_FFunction · 0.36