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

Method Contains

include/cripts/Matcher.hpp:86–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 }
85
86 [[nodiscard]] bool
87 Contains(swoc::IPAddr const &target) const
88 {
89 return contains(target);
90 }
91
92 bool
93 Contains(sockaddr const *target) const

Callers

nothing calls this directly

Calls 2

containsFunction · 0.85
IPAddrClass · 0.50

Tested by

no test coverage detected