Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
318
inline IpAllow::ACL::~ACL()
319
{
320
if (_config != nullptr) {
321
_config->release();
322
}
323
}
324
325
inline auto
326
IpAllow::ACL::operator=(self_type &&that) noexcept -> self_type &
Callers
nothing calls this directly
Calls
1
release
Method · 0.45
Tested by
no test coverage detected