Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ setExcludePatterns
Method
setExcludePatterns
plugins/cachekey/configs.cc:114–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
}
113
114
void
115
ConfigElements::setExcludePatterns(const char *arg)
116
{
117
setPattern(_excludePatterns, arg);
118
}
119
120
void
121
ConfigElements::setIncludePatterns(const char *arg)
Callers
1
init
Method · 0.80
Calls
1
setPattern
Function · 0.85
Tested by
no test coverage detected