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

Method GetContentLength

library/cpp/http/io/stream.cpp:440–442  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

438}
439
440bool THttpInput::GetContentLength(ui64& value) const noexcept {
441 return Impl_->GetContentLength(value);
442}
443
444bool THttpInput::ContentEncoded() const noexcept {
445 return Impl_->ContentEncoded();

Callers 2

ProcessHeadersMethod · 0.45
ReadAllFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected