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

Method Load

library/cpp/yt/yson_string/string.cpp:175–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175void TYsonString::Load(IInputStream* s)
176{
177 EYsonType type;
178 TString data;
179 ::LoadMany(s, type, data);
180 if (data) {
181 *this = TYsonString(data, type);
182 } else {
183 *this = TYsonString();
184 }
185}
186
187////////////////////////////////////////////////////////////////////////////////
188

Callers

nothing calls this directly

Calls 2

LoadManyFunction · 0.85
TYsonStringClass · 0.70

Tested by

no test coverage detected