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

Method get_received_frame_count

src/proxy/http3/Http3Session.cc:241–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239 return true;
240}
241uint64_t
242Http3Session::get_received_frame_count(uint64_t type) const
243{
244 return this->_received_frame_counter.get_count(type);
245}
246
247//
248// Http09Session

Callers

nothing calls this directly

Calls 1

get_countMethod · 0.45

Tested by

no test coverage detected