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