| 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; |
nothing calls this directly
no outgoing calls
no test coverage detected