MCPcopy Create free account
hub / github.com/catboost/catboost / HeadersCount

Method HeadersCount

library/cpp/http/misc/httpreqdata.h:72–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 }
71
72 inline size_t HeadersCount() const noexcept {
73 return HeadersIn_.size();
74 }
75
76 TString HeaderByIndex(size_t n) const noexcept;
77 TStringBuf Environment(TStringBuf key) const;

Callers 1

Y_UNIT_TESTFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected