MCPcopy Create free account
hub / github.com/apache/trafficserver / empty

Method empty

include/tscore/TextBuffer.h:100–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 };
99
100 bool
101 empty() const
102 {
103 return this->spaceUsed() == 0;
104 }
105
106 void format(const char *fmt, ...) TS_PRINTFLIKE(2, 3);
107 void vformat(const char *fmt, va_list ap);

Callers 1

TextBufferMethod · 0.45

Calls 1

spaceUsedMethod · 0.95

Tested by

no test coverage detected