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

Method dump

Utilities/cmcppdap/src/jsoncpp_json_serializer.cpp:171–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171std::string JsonCppSerializer::dump() const {
172 Json::StreamWriterBuilder writer;
173 return Json::writeString(writer, *json);
174}
175
176bool JsonCppSerializer::serialize(dap::boolean v) {
177 *json = (bool)v;

Callers

nothing calls this directly

Calls 1

writeStringFunction · 0.85

Tested by

no test coverage detected