MCPcopy 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_dataMethod · 0.45

Calls 2

first_write_blockMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected