MCPcopy Create free account
hub / github.com/catboost/catboost / ReformatYsonStream

Function ReformatYsonStream

library/cpp/yson/writer.cpp:343–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341 ////////////////////////////////////////////////////////////////////////////////
342
343 void ReformatYsonStream(
344 IInputStream* input,
345 IOutputStream* output,
346 EYsonFormat format,
347 EYsonType type) {
348 TYsonWriter writer(output, format, type);
349 TYsonParser parser(&writer, input, type);
350 parser.Parse();
351 }
352
353 ////////////////////////////////////////////////////////////////////////////////
354

Callers

nothing calls this directly

Calls 1

ParseMethod · 0.45

Tested by

no test coverage detected