Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ data
Method
data
include/tsutil/LocalBuffer.h:60–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
59
template <class T, std::size_t S>
60
inline T *
61
LocalBuffer<T, S>::data() const
62
{
63
return _ptr;
64
}
65
66
template <class T, std::size_t S>
67
inline std::size_t
Callers
4
operator+=
Method · 0.45
transform_lower
Function · 0.45
hex
Function · 0.45
unhex
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected