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

Method TestSaveLoadEmptyStruct

util/ysaveload_ut.cpp:555–561  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

553 }
554
555 inline void TestSaveLoadEmptyStruct() {
556 TBufferStream S_;
557 TNewNewStyleEmptyHelper h;
558
559 Save(&S_, h);
560 Load(&S_, h);
561 }
562
563 void TestList() {
564 TBufferStream s;

Callers

nothing calls this directly

Calls 2

SaveFunction · 0.70
LoadFunction · 0.70

Tested by

no test coverage detected