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

Method operator==

include/tscore/HTTPVersion.h:96–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 -------------------------------------------------------------------------*/
95
96inline int
97HTTPVersion::operator==(const HTTPVersion &hv) const
98{
99 return vmajor == hv.get_major() && vminor == hv.get_minor();
100}
101
102/*-------------------------------------------------------------------------
103 -------------------------------------------------------------------------*/

Callers

nothing calls this directly

Calls 2

get_majorMethod · 0.80
get_minorMethod · 0.80

Tested by

no test coverage detected