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

Method Match

include/cripts/Matcher.hpp:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 }
67
68 bool
69 Match(sockaddr const *target) const
70 {
71 return contains(swoc::IPAddr(target));
72 }
73
74 [[nodiscard]] bool
75 Match(in_addr_t target) const

Callers

nothing calls this directly

Calls 2

containsFunction · 0.85
IPAddrClass · 0.50

Tested by

no test coverage detected