Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
347
inline char *
348
Buffer::data() const
349
{
350
return _ptr;
351
}
352
inline size_t
353
Buffer::size() const
354
{
Callers
15
mark_as_view
Method · 0.45
encode_error
Method · 0.45
operator()
Method · 0.45
name_get
Method · 0.45
value_get
Method · 0.45
localize
Method · 0.45
value_get
Method · 0.45
field_combine_dups
Method · 0.45
get_first
Method · 0.45
get_next
Method · 0.45
get_current
Method · 0.45
scheme_get
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected