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

Method ~TChunkedOutput

library/cpp/http/io/chunk.cpp:220–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218}
219
220TChunkedOutput::~TChunkedOutput() {
221 try {
222 Finish();
223 } catch (...) {
224 }
225}
226
227void TChunkedOutput::DoWrite(const void* buf, size_t len) {
228 if (Impl_.Get()) {

Callers

nothing calls this directly

Calls 1

FinishFunction · 0.50

Tested by

no test coverage detected