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

Method Save

util/ysaveload_ut.cpp:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36 struct TSaveHelper {
37 inline void Save(IOutputStream* o) const {
38 o->Write("qwerty", 7);
39 }
40
41 inline void Load(IInputStream* i) {
42 char buf[7];

Callers

nothing calls this directly

Calls 1

WriteMethod · 0.45

Tested by

no test coverage detected