Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ IOChannel
Method
IOChannel
plugins/experimental/http_stats/http_stats.cc:117–117 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
TSIOBufferReader reader;
116
117
IOChannel() : iobuf(TSIOBufferSizedCreate(TS_IOBUFFER_SIZE_INDEX_32K)), reader(TSIOBufferReaderAlloc(iobuf)) {}
118
~IOChannel()
119
{
120
if (this->reader) {
Callers
nothing calls this directly
Calls
2
TSIOBufferSizedCreate
Function · 0.85
TSIOBufferReaderAlloc
Function · 0.85
Tested by
no test coverage detected