MCPcopy Create free account
hub / github.com/couchbase/sync_gateway / IsGuestReadOnly

Method IsGuestReadOnly

db/database.go:2132–2134  ·  view source on GitHub ↗

Helpers for unsupported options

()

Source from the content-addressed store, hash-verified

2130
2131// Helpers for unsupported options
2132func (context *DatabaseContext) IsGuestReadOnly() bool {
2133 return context.Options.UnsupportedOptions != nil && context.Options.UnsupportedOptions.GuestReadOnly
2134}
2135
2136// ////// TIMEOUTS
2137

Callers 3

isReadOnlyGuestMethod · 0.80
NewBlipSyncContextFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected