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

Method DoFinish

util/stream/output.cpp:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42void IOutputStream::DoFinish() {
43 Flush();
44}
45
46void IOutputStream::DoWriteV(const TPart* parts, size_t count) {
47 for (size_t i = 0; i < count; ++i) {

Callers

nothing calls this directly

Calls 1

FlushFunction · 0.70

Tested by

no test coverage detected