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

Method serialize

Utilities/cmcppdap/src/nlohmann_json_serializer.cpp:163–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163bool NlohmannSerializer::serialize(dap::boolean v) {
164 *json = (bool)v;
165 return true;
166}
167
168bool NlohmannSerializer::serialize(dap::integer v) {
169 *json = (int64_t)v;

Callers

nothing calls this directly

Calls 1

objectFunction · 0.85

Tested by

no test coverage detected