Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ HasHeader
Method
HasHeader
library/cpp/http/io/headers.cpp:69–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
68
69
bool THttpHeaders::HasHeader(const TStringBuf header) const {
70
return FindHeader(header);
71
}
72
73
const THttpInputHeader* THttpHeaders::FindHeader(const TStringBuf header) const {
74
for (const auto& hdr : Headers_) {
Callers
1
Y_UNIT_TEST
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected