MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / dump

Method dump

3rdparty/cppdap/src/rapid_json_serializer.cpp:151–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151std::string RapidSerializer::dump() const {
152 rapidjson::StringBuffer sb;
153 rapidjson::PrettyWriter<rapidjson::StringBuffer> writer(sb);
154 json()->Accept(writer);
155 return sb.GetString();
156}
157
158bool RapidSerializer::serialize(dap::boolean v) {
159 json()->SetBool(v);

Callers 6

sendMethod · 0.45
processRequestMethod · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
save_configMethod · 0.45
update_compile_commandsFunction · 0.45

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.36
TESTFunction · 0.36