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

Function is_asterisk

src/iocore/cache/HttpTransactCache.cc:151–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151inline bool
152is_asterisk(char *s)
153{
154 return ((s[0] == '*') && (s[1] == NUL));
155}
156
157inline bool
158is_empty(char *s)

Callers 5

does_charset_matchFunction · 0.85
does_encoding_matchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected