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

Method operator>

include/tscore/HTTPVersion.h:114–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 -------------------------------------------------------------------------*/
113
114inline int
115HTTPVersion::operator>(const HTTPVersion &hv) const
116{
117 return vmajor > hv.get_major() || (vmajor == hv.get_major() && vminor > hv.get_minor());
118}
119
120/*-------------------------------------------------------------------------
121 -------------------------------------------------------------------------*/

Callers

nothing calls this directly

Calls 2

get_majorMethod · 0.80
get_minorMethod · 0.80

Tested by

no test coverage detected