MCPcopy Create free account
hub / github.com/XorTroll/Goldleaf / IsHigher

Method IsHigher

Goldleaf/include/base.hpp:299–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297 }
298
299 inline constexpr bool IsHigher(const Version &other) const {
300 return !this->IsLower(other) && !this->IsEqual(other);
301 }
302
303 inline constexpr bool IsEqual(const Version &other) const {
304 return ((this->major == other.major) && (this->minor == other.minor) && (this->micro == other.micro));

Callers 1

StartUpdateSearchMethod · 0.80

Calls 2

IsLowerMethod · 0.95
IsEqualMethod · 0.95

Tested by

no test coverage detected