MCPcopy 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

DoTestAddOperationMethod · 0.45

Calls 1

emplaceMethod · 0.45

Tested by 2