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

Method Save

util/generic/bitmap.h:990–994  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

988 }
989
990 void Save(IOutputStream* out) const {
991 ::Save(out, ui8(sizeof(TChunk)));
992 ::Save(out, ui64(Size()));
993 ::SavePodArray(out, Mask.Data, Mask.GetChunkCapacity());
994 }
995
996 void Load(IInputStream* inp) {
997 ui8 chunkSize = 0;

Callers

nothing calls this directly

Calls 4

SavePodArrayFunction · 0.85
SaveFunction · 0.50
SizeFunction · 0.50
GetChunkCapacityMethod · 0.45

Tested by

no test coverage detected