MCPcopy Create free account
hub / github.com/apache/trafficserver / contains

Method contains

lib/swoc/include/swoc/IPRange.h:1662–1665  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1660}
1661
1662inline bool
1663IPRangeSet::contains(swoc::IPAddr const &addr) const {
1664 return _addrs.find(addr) != _addrs.end();
1665}
1666
1667inline size_t
1668IPRangeSet::count() const {

Callers

nothing calls this directly

Calls 7

is_ip6Method · 0.95
is_ip4Method · 0.95
findMethod · 0.45
endMethod · 0.45
familyMethod · 0.45
ip4Method · 0.45
ip6Method · 0.45

Tested by

no test coverage detected