MCPcopy 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{
41public:
42 TextBuffer() {}
43 TextBuffer(const TextBuffer &rhs)
44 {
45 if (!rhs.empty()) {

Callers

nothing calls this directly

Calls 3

bufPtrMethod · 0.80
spaceUsedMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected