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

Method DoFinish

library/cpp/http/io/stream.cpp:901–903  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

899}
900
901void THttpOutput::DoFinish() {
902 Impl_->Finish();
903}
904
905const THttpHeaders& THttpOutput::SentHeaders() const noexcept {
906 return Impl_->SentHeaders();

Callers

nothing calls this directly

Calls 1

FinishMethod · 0.45

Tested by

no test coverage detected