Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ TextBuffer
Method
TextBuffer
include/tscore/TextBuffer.h:42–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
{
41
public:
42
TextBuffer() {}
43
TextBuffer(const TextBuffer &rhs)
44
{
45
if (!rhs.empty()) {
Callers
nothing calls this directly
Calls
3
bufPtr
Method · 0.80
spaceUsed
Method · 0.80
empty
Method · 0.45
Tested by
no test coverage detected