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

Method dump

Utilities/cmcppdap/src/rapid_json_serializer.cpp:163–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163std::string RapidSerializer::dump() const {
164 rapidjson::StringBuffer sb;
165 rapidjson::PrettyWriter<rapidjson::StringBuffer> writer(sb);
166 json()->Accept(writer);
167 return sb.GetString();
168}
169
170bool RapidSerializer::serialize(dap::boolean v) {
171 json()->SetBool(v);

Callers 6

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

Calls 1

GetStringMethod · 0.45

Tested by 3

TESTFunction · 0.36
TEST_FFunction · 0.36