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

Method HasContent

library/cpp/http/io/stream.cpp:448–450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

446}
447
448bool THttpInput::HasContent() const noexcept {
449 return Impl_->HasContent();
450}
451
452bool THttpInput::HasExpect100Continue() const noexcept {
453 return Impl_->HasExpect100Continue();

Callers 2

Y_UNIT_TESTFunction · 0.45
ReadAllFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected