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

Method operator==

include/cripts/Headers.hpp:127–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125 }
126
127 bool
128 operator==(Method const &rhs)
129 {
130 return GetSV().data() == rhs.Data();
131 }
132
133 bool
134 operator!=(Method const &rhs)

Callers

nothing calls this directly

Calls 2

dataMethod · 0.45
DataMethod · 0.45

Tested by

no test coverage detected