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

Method clear

include/proxy/IPAllow.h:381–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379}
380
381inline void
382IpAllow::ACL::clear()
383{
384 if (_config) {
385 _config->release();
386 _config = nullptr;
387 }
388 _r = nullptr;
389}
390
391inline int
392IpAllow::ACL::source_line() const

Callers 1

init_commMethod · 0.45

Calls 1

releaseMethod · 0.45

Tested by

no test coverage detected