MCPcopy 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
116func (uav UserAgentVersion) IsBefore(otherMajorVersion, otherMinorVersion int) bool {
117 return !uav.IsEqualToOrAfter(otherMajorVersion, otherMinorVersion)
118}

Callers 3

NewEncodedResponseWriterFunction · 0.95
handleBulkGetMethod · 0.95

Calls 1

IsEqualToOrAfterMethod · 0.95

Tested by 1