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

Method SendContinue

library/cpp/http/io/stream.cpp:954–956  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

952}
953
954void THttpOutput::SendContinue() {
955 Impl_->SendContinue();
956}
957
958const TString& THttpOutput::FirstLine() const noexcept {
959 return Impl_->FirstLine();

Callers 1

ProcessHeadersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected