| 48 | } |
| 49 | |
| 50 | bool prettify_impl(YYjsonStringResult &sr) const { |
| 51 | size_t out_size = 0; |
| 52 | sr.s = yyjson_write(doc, YYJSON_WRITE_PRETTY, &out_size); |
| 53 | return out_size != 0; |
| 54 | } |
| 55 | |
| 56 | bool stat_impl(DocStat &stat) const { |
| 57 | GetStats(yyjson_doc_get_root(doc), stat); |
nothing calls this directly
no outgoing calls
no test coverage detected