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

Function is_empty

src/iocore/cache/HttpTransactCache.cc:157–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157inline bool
158is_empty(char *s)
159{
160 return (s[0] == NUL);
161}
162
163} // end anonymous namespace
164

Callers 3

does_charset_matchFunction · 0.70
countMethod · 0.50
mainFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected