Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
381
inline void
382
IpAllow::ACL::clear()
383
{
384
if (_config) {
385
_config->release();
386
_config = nullptr;
387
}
388
_r = nullptr;
389
}
390
391
inline int
392
IpAllow::ACL::source_line() const
Callers
1
init_comm
Method · 0.45
Calls
1
release
Method · 0.45
Tested by
no test coverage detected