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

Method Parse

library/cpp/yson/parser.cpp:92–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 }
91
92 void Parse(const TStringBuf& data, EYsonType type = ::NYson::EYsonType::Node) {
93 Impl->Parse(data, type);
94 }
95 };
96
97 ////////////////////////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls 1

ParseMethod · 0.45

Tested by

no test coverage detected