Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/sync_gateway
/ IsBefore
Method
IsBefore
rest/user_agent_version.go:116–118 ·
view source on GitHub ↗
(otherMajorVersion, otherMinorVersion int)
Source
from the content-addressed store, hash-verified
114
}
115
116
func
(uav UserAgentVersion) IsBefore(otherMajorVersion, otherMinorVersion int) bool {
117
return
!uav.IsEqualToOrAfter(otherMajorVersion, otherMinorVersion)
118
}
Callers
3
TestUserAgentVersionIsVersionAfter
Function · 0.95
NewEncodedResponseWriter
Function · 0.95
handleBulkGet
Method · 0.95
Calls
1
IsEqualToOrAfter
Method · 0.95
Tested by
1
TestUserAgentVersionIsVersionAfter
Function · 0.76