Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
func
(v *Version) LessThanOrEqual(other *Version) bool {
44
return
!other.LessThan(v)
45
}
Callers
1
checkReleaseDeclarative
Method · 0.95
Calls
1
LessThan
Method · 0.80
Tested by
no test coverage detected