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

Method is_valid

src/proxy/http3/Http3Frame.cc:123–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123bool
124Http3Frame::is_valid() const
125{
126 return this->_is_valid;
127}
128
129uint64_t
130Http3Frame::total_length() const

Callers 6

HandleRequestMethod · 0.45
OSDNSLookupMethod · 0.45
handle_frameMethod · 0.45
test_Http3Frame.ccFile · 0.45
getbestaddrinfoFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected