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

Method prettify_impl

benchmark/jsoncpp.hpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 }
49
50 bool prettify_impl(JsonCppStringResult &sr) const {
51 (void)sr;
52 return false;
53 }
54
55 bool stat_impl(DocStat &stat) const {
56 (void)stat;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected