| 280 | |
| 281 | template <typename TOutContext> |
| 282 | TPairContext TValueWriter<TOutContext>::BeginObject() { |
| 283 | return Buf.BeginObject(); |
| 284 | } |
| 285 | |
| 286 | TString WrapJsonToCallback(const TBuf& buf, TStringBuf callback); |
| 287 | } // namespace NJsonWriter |
no outgoing calls
no test coverage detected