| 214 | } |
| 215 | |
| 216 | bool OnMapKey(const TStringBuf& k) override { |
| 217 | OnVal(); |
| 218 | WriteString(k); |
| 219 | WriteSpace(' '); |
| 220 | Out.Hold(':'); |
| 221 | return true; |
| 222 | } |
| 223 | |
| 224 | bool OnClose(char c) { |
| 225 | if (!Level) { |
nothing calls this directly
no test coverage detected