MCPcopy Create free account
hub / github.com/apache/trafficserver / ~Http3Frame

Method ~Http3Frame

src/proxy/http3/Http3Frame.cc:116–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114Http3Frame::Http3Frame(Http3FrameType type) : _type(type) {}
115
116Http3Frame::~Http3Frame()
117{
118 if (this->_reader) {
119 this->_reader->dealloc();
120 }
121}
122
123bool
124Http3Frame::is_valid() const

Callers 5

resetMethod · 0.95
delete_frameMethod · 0.80
delete_data_frameMethod · 0.80
delete_headers_frameMethod · 0.80
delete_settings_frameMethod · 0.80

Calls 1

deallocMethod · 0.45

Tested by

no test coverage detected