MCPcopy 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
59template <class T, std::size_t S>
60inline T *
61LocalBuffer<T, S>::data() const
62{
63 return _ptr;
64}
65
66template <class T, std::size_t S>
67inline std::size_t

Callers 4

operator+=Method · 0.45
transform_lowerFunction · 0.45
hexFunction · 0.45
unhexFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected