Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ spaceUsed
Method
spaceUsed
include/tscore/TextBuffer.h:94–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
}
93
94
size_t
95
spaceUsed() const
96
{
97
return static_cast<size_t>(nextAdd - bufferStart);
98
};
99
100
bool
101
empty() const
Callers
3
empty
Method · 0.95
write_procfd_file
Function · 0.80
TextBuffer
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected