Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
151
inline bool
152
is_asterisk(char *s)
153
{
154
return ((s[0] ==
'*'
) && (s[1] == NUL));
155
}
156
157
inline bool
158
is_empty(char *s)
Callers
5
calculate_quality_of_accept_match
Method · 0.85
does_charset_match
Function · 0.85
does_encoding_match
Function · 0.85
match_accept_content_encoding
Function · 0.85
match_accept_content_language
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected