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

Method prettify_impl

benchmark/simdjson.hpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 }
51
52 bool prettify_impl(SIMDjsonStringResult &sr) const {
53 sr.s = simdjson::minify(root_);
54 return true;
55 }
56
57 bool stat_impl(DocStat &stat) const {
58 (void)stat;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected