Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
167
Ptr<IOBufferBlock>
168
Http3Frame::to_io_buffer_block() const
169
{
170
Ptr<IOBufferBlock> block;
171
return block;
172
}
173
174
void
175
Http3Frame::reset(IOBufferReader &reader)
Callers
2
on_write_ready
Method · 0.80
test_Http3Frame.cc
File · 0.80
Calls
7
iobuffer_size_to_index
Function · 0.85
encode
Function · 0.85
memcpy
Function · 0.50
alloc
Method · 0.45
length
Method · 0.45
start
Method · 0.45
fill
Method · 0.45
Tested by
no test coverage detected