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

Method update

src/proxy/http3/Http3Frame.cc:151–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151bool
152Http3Frame::update()
153{
154 if (!this->_is_ready) {
155 this->_is_ready = this->_parse();
156 }
157
158 return this->_is_ready;
159}
160
161bool
162Http3Frame::_parse()

Callers 11

getPathHashMethod · 0.45
getHashKeyMethod · 0.45
on_read_readyMethod · 0.45
test_Http3Frame.ccFile · 0.45
hdrtoken_hashFunction · 0.45
url_CryptoHash_get_fastFunction · 0.45
url_host_CryptoHash_getFunction · 0.45

Calls 1

_parseMethod · 0.95

Tested by

no test coverage detected