Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Add
Method
Add
library/cpp/http/io/headers_ut.cpp:23–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
22
public:
23
void Add(TStringBuf name, TStringBuf value) {
24
Impl.emplace(TString(name), TString(value));
25
}
26
27
bool operator==(const THeadersExistence& rhs) const {
28
return Impl == rhs.Impl;
Callers
4
TestConstructorFromArrayRef
Method · 0.45
DoTestAddOperation
Method · 0.45
DoTestAddOrReplaceOperation
Method · 0.45
TestAddHeaderTemplateness
Method · 0.45
Calls
1
emplace
Method · 0.45
Tested by
2
TestConstructorFromArrayRef
Method · 0.36
TestAddHeaderTemplateness
Method · 0.36