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

Method operator()

include/iocore/net/ConnectionTracker.h:429–433  ·  view source on GitHub ↗

=== GroupMapHelper === */

Source from the content-addressed store, hash-verified

427
428/* === GroupMapHelper === */
429inline size_t
430ConnectionTracker::GroupMapHelper::operator()(key_type &key) const
431{
432 return Group::hash(key);
433}
434
435inline bool
436ConnectionTracker::GroupMapHelper::operator()(key_type &lhs, key_type &rhs) const

Callers

nothing calls this directly

Calls 1

hashFunction · 0.85

Tested by

no test coverage detected