Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ has_no_rules
Method
has_no_rules
include/proxy/IPAllow.h:437–442 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
435
}
436
437
inline bool
438
IpAllow::has_no_rules()
439
{
440
auto const *self = IpAllow::acquire();
441
return self->_src_map.count() == 0 && self->_dst_map.count() == 0;
442
}
Callers
nothing calls this directly
Calls
2
acquire
Function · 0.85
count
Method · 0.45
Tested by
no test coverage detected