Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ aux_data
Method
aux_data
include/iocore/eventsystem/MIOBufferWriter.h:70–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
char *
71
aux_data() override
72
{
73
IOBufferBlock *iobbPtr = _miob->first_write_block();
74
75
if (!iobbPtr) {
76
return nullptr;
77
}
78
79
return iobbPtr->end();
80
}
81
82
size_t
83
remaining() const
Callers
1
writable_data
Method · 0.45
Calls
2
first_write_block
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected