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

Method stringfy_impl

benchmark/simdjson.hpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 }
46
47 bool stringfy_impl(SIMDjsonStringResult &sr) const {
48 sr.s = simdjson::minify(root_);
49 return true;
50 }
51
52 bool prettify_impl(SIMDjsonStringResult &sr) const {
53 sr.s = simdjson::minify(root_);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected