MCPcopy Create free account
hub / github.com/bytedance/sonic-cpp / stringfy_impl

Method stringfy_impl

benchmark/rapidjson.hpp:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 }
42
43 bool stringfy_impl(RapidjsonStringResult &sr) const {
44 rapidjson::Writer<rapidjson::StringBuffer> writer(sr.sb);
45 document.Accept(writer);
46 return true;
47 }
48
49 bool prettify_impl(RapidjsonStringResult &sr) const {
50 rapidjson::PrettyWriter<rapidjson::StringBuffer> writer(sr.sb);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected