Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1662
inline bool
1663
IPRangeSet::contains(swoc::IPAddr const &addr) const {
1664
return _addrs.find(addr) != _addrs.end();
1665
}
1666
1667
inline size_t
1668
IPRangeSet::count() const {
Callers
nothing calls this directly
Calls
7
is_ip6
Method · 0.95
is_ip4
Method · 0.95
find
Method · 0.45
end
Method · 0.45
family
Method · 0.45
ip4
Method · 0.45
ip6
Method · 0.45
Tested by
no test coverage detected