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

Method operator!=

include/cripts/Headers.hpp:133–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131 }
132
133 bool
134 operator!=(Method const &rhs)
135 {
136 return GetSV().data() != rhs.Data();
137 }
138
139 private:
140 Header *_owner = nullptr;

Callers

nothing calls this directly

Calls 2

dataMethod · 0.45
DataMethod · 0.45

Tested by

no test coverage detected