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

Method total_length

src/proxy/http3/Http3Frame.cc:129–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129uint64_t
130Http3Frame::total_length() const
131{
132 return this->_payload_offset + this->length();
133}
134
135uint64_t
136Http3Frame::length() const

Callers 1

on_read_readyMethod · 0.80

Calls 1

lengthMethod · 0.95

Tested by

no test coverage detected