Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
448
bool THttpInput::HasContent() const noexcept {
449
return Impl_->HasContent();
450
}
451
452
bool THttpInput::HasExpect100Continue() const noexcept {
453
return Impl_->HasExpect100Continue();
Callers
2
Y_UNIT_TEST
Function · 0.45
ReadAll
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected