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

Method to_io_buffer_block

src/proxy/http3/Http3Frame.cc:167–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167Ptr<IOBufferBlock>
168Http3Frame::to_io_buffer_block() const
169{
170 Ptr<IOBufferBlock> block;
171 return block;
172}
173
174void
175Http3Frame::reset(IOBufferReader &reader)

Callers 2

on_write_readyMethod · 0.80
test_Http3Frame.ccFile · 0.80

Calls 7

iobuffer_size_to_indexFunction · 0.85
encodeFunction · 0.85
memcpyFunction · 0.50
allocMethod · 0.45
lengthMethod · 0.45
startMethod · 0.45
fillMethod · 0.45

Tested by

no test coverage detected