MCPcopy 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

emptyMethod · 0.95
write_procfd_fileFunction · 0.80
TextBufferMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected