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

Method setExclude

plugins/cachekey/configs.cc:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50void
51ConfigElements::setExclude(const char *arg)
52{
53 ::commaSeparateString<StringSet>(_exclude, arg);
54}
55
56void
57ConfigElements::setInclude(const char *arg)

Callers 1

initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected