MCPcopy Create free account
hub / github.com/catboost/catboost / ~TCodedOutput

Method ~TCodedOutput

library/cpp/blockcodecs/core/stream.cpp:77–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77TCodedOutput::~TCodedOutput() {
78 try {
79 Finish();
80 } catch (...) {
81 }
82}
83
84void TCodedOutput::DoWrite(const void* buf, size_t len) {
85 const char* in = (const char*)buf;

Callers

nothing calls this directly

Calls 1

FinishFunction · 0.50

Tested by

no test coverage detected