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

Function Save

util/ysaveload.h:248–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246
247template <class T>
248static inline void Save(IOutputStream* out, const T& t) {
249 TSerializer<T>::Save(out, t);
250}
251
252template <class T>
253static inline void SaveArray(IOutputStream* out, const T* t, size_t len) {

Callers 15

TestNewNewStyleMethod · 0.70
TestSaveLoadMethod · 0.70
TestListMethod · 0.70
TestTupleMethod · 0.70
TestVariantImplMethod · 0.70
TestVariantMethod · 0.70
TestOptionalImplMethod · 0.70
TestInheritClassImplMethod · 0.70
SaveIterRangeFunction · 0.70
SaveRangeFunction · 0.70
SaveSizeFunction · 0.70

Calls

no outgoing calls

Tested by 9

TestNewNewStyleMethod · 0.56
TestSaveLoadMethod · 0.56
TestListMethod · 0.56
TestTupleMethod · 0.56
TestVariantImplMethod · 0.56
TestVariantMethod · 0.56
TestOptionalImplMethod · 0.56
TestInheritClassImplMethod · 0.56