Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
444
bool THttpInput::ContentEncoded() const noexcept {
445
return Impl_->ContentEncoded();
446
}
447
448
bool THttpInput::HasContent() const noexcept {
449
return Impl_->HasContent();
Callers
1
ProcessHeaders
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected