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

Method operator()

include/tscore/ink_inet.h:1385–1389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1383 */
1384 struct Hasher {
1385 uint32_t
1386 operator()(self const &ip) const
1387 {
1388 return ip.hash();
1389 }
1390 };
1391
1392 /// Test for same address family.

Callers

nothing calls this directly

Calls 1

hashMethod · 0.45

Tested by

no test coverage detected