MCPcopy Create free account
hub / github.com/bytebase/bytebase / LessThanOrEqual

Method LessThanOrEqual

backend/store/model/version.go:43–45  ·  view source on GitHub ↗
(other *Version)

Source from the content-addressed store, hash-verified

41}
42
43func (v *Version) LessThanOrEqual(other *Version) bool {
44 return !other.LessThan(v)
45}

Callers 1

Calls 1

LessThanMethod · 0.80

Tested by

no test coverage detected