MCPcopy Create free account
hub / github.com/apache/trafficserver / operator()

Method operator()

include/proxy/http/ConnectingEntry.h:61–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59
60struct IpHelper {
61 size_t
62 operator()(IpEndpoint const &arg) const
63 {
64 return IpAddr{&arg.sa}.hash();
65 }
66 bool
67 operator()(IpEndpoint const &arg1, IpEndpoint const &arg2) const
68 {

Callers

nothing calls this directly

Calls 2

ats_ip_addr_port_eqFunction · 0.85
hashMethod · 0.45

Tested by

no test coverage detected