MCPcopy Create free account
hub / github.com/apache/trafficserver / ~ACL

Method ~ACL

include/proxy/IPAllow.h:318–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316}
317
318inline IpAllow::ACL::~ACL()
319{
320 if (_config != nullptr) {
321 _config->release();
322 }
323}
324
325inline auto
326IpAllow::ACL::operator=(self_type &&that) noexcept -> self_type &

Callers

nothing calls this directly

Calls 1

releaseMethod · 0.45

Tested by

no test coverage detected