Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ HeaderIn
Method
HeaderIn
library/cpp/http/misc/httpreqdata.cpp:58–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
const TString* TBaseServerRequestData::HeaderIn(TStringBuf key) const {
59
return HeadersIn_.FindPtr(key);
60
}
61
62
TStringBuf TBaseServerRequestData::HeaderInOrEmpty(TStringBuf key) const {
63
const auto* ptr = HeaderIn(key);
Callers
nothing calls this directly
Calls
1
FindPtr
Method · 0.45
Tested by
no test coverage detected