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

Method ContentEncoded

library/cpp/http/io/stream.cpp:444–446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

442}
443
444bool THttpInput::ContentEncoded() const noexcept {
445 return Impl_->ContentEncoded();
446}
447
448bool THttpInput::HasContent() const noexcept {
449 return Impl_->HasContent();

Callers 1

ProcessHeadersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected