| 43 | } |
| 44 | |
| 45 | bool stringfy_impl(SonicStringResult<NodeType> &sr) const { |
| 46 | auto err = doc.Serialize(sr.wb); |
| 47 | if (err) return false; |
| 48 | |
| 49 | return true; |
| 50 | } |
| 51 | |
| 52 | bool prettify_impl(SonicStringResult<NodeType> &sr) const { |
| 53 | (void)sr; |
nothing calls this directly
no outgoing calls
no test coverage detected