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

Method data

include/iocore/eventsystem/IOBuffer.h:199–203  ·  view source on GitHub ↗

Provides access to the allocated memory. Returns the address of the allocated memory handled by this IOBufferData. @return address of the memory handled by this IOBufferData. */

Source from the content-addressed store, hash-verified

197
198 */
199 char *
200 data()
201 {
202 return _data;
203 }
204
205 /**
206 Cast operator. Provided as a convenience, the cast to a char* applied

Callers 2

prev_sliceMethod · 0.45
next_sliceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected