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

Class nullxfrm

include/tscore/Hash.h:36–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34
35struct ATSHash : ATSHashBase {
36 struct nullxfrm {
37 uint8_t
38 operator()(uint8_t byte) const
39 {
40 return byte;
41 }
42 };
43
44 struct nocase {
45 uint8_t

Callers 2

updateMethod · 0.85
updateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected