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

Method WriteFooter

library/cpp/on_disk/chunks/chunked_helpers.cpp:62–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void TNamedChunkedDataWriter::WriteFooter() {
63 NewBlock("");
64 Write(NamedChunkedDataMagic);
65 Save(this, Names);
66 TChunkedDataWriter::WriteFooter();
67}

Callers

nothing calls this directly

Calls 2

WriteFunction · 0.50
SaveFunction · 0.50

Tested by

no test coverage detected