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

Method setRemove

plugins/cachekey/configs.cc:132–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132void
133ConfigElements::setRemove(const char *arg)
134{
135 _remove = ::isTrue(arg);
136}
137
138bool
139ConfigElements::toBeRemoved() const

Callers 1

initMethod · 0.80

Calls 1

isTrueFunction · 0.70

Tested by

no test coverage detected