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

Method data

include/tscore/TsBuffer.h:347–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

345 return *this;
346}
347inline char *
348Buffer::data() const
349{
350 return _ptr;
351}
352inline size_t
353Buffer::size() const
354{

Callers 15

mark_as_viewMethod · 0.45
encode_errorMethod · 0.45
operator()Method · 0.45
name_getMethod · 0.45
value_getMethod · 0.45
localizeMethod · 0.45
value_getMethod · 0.45
field_combine_dupsMethod · 0.45
get_firstMethod · 0.45
get_nextMethod · 0.45
get_currentMethod · 0.45
scheme_getMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected