MCPcopy 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
437inline bool
438IpAllow::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

acquireFunction · 0.85
countMethod · 0.45

Tested by

no test coverage detected