MCPcopy Create free account
hub / github.com/apache/trafficserver / contains

Method contains

src/proxy/http3/Http3Frame.cc:401–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

399}
400
401bool
402Http3SettingsFrame::contains(Http3SettingsId id) const
403{
404 auto p = this->_settings.find(id);
405 return (p != this->_settings.end());
406}
407
408uint64_t
409Http3SettingsFrame::get(Http3SettingsId id) const

Callers 4

responseIsRetryableMethod · 0.45
PerformACLFilteringMethod · 0.45
handle_frameMethod · 0.45

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected