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

Method serialize

Utilities/cmcppdap/src/jsoncpp_json_serializer.cpp:176–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176bool JsonCppSerializer::serialize(dap::boolean v) {
177 *json = (bool)v;
178 return true;
179}
180
181bool JsonCppSerializer::serialize(dap::integer v) {
182 *json = (Json::LargestInt)v;

Callers

nothing calls this directly

Calls 2

isObjectMethod · 0.80
ValueFunction · 0.50

Tested by

no test coverage detected