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

Method ~THttpOutput

library/cpp/http/io/stream.cpp:886–891  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

884}
885
886THttpOutput::~THttpOutput() {
887 try {
888 Finish();
889 } catch (...) {
890 }
891}
892
893void THttpOutput::DoWrite(const void* buf, size_t len) {
894 Impl_->Write(buf, len);

Callers

nothing calls this directly

Calls 1

FinishFunction · 0.50

Tested by

no test coverage detected