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

Method Save

library/cpp/yt/yson_string/string.cpp:165–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165void TYsonString::Save(IOutputStream* s) const
166{
167 EYsonType type = Type_;
168 if (*this) {
169 ::SaveMany(s, type, ToSharedRef());
170 } else {
171 ::SaveMany(s, type, TString());
172 }
173}
174
175void TYsonString::Load(IInputStream* s)
176{

Callers

nothing calls this directly

Calls 1

SaveManyFunction · 0.85

Tested by

no test coverage detected