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

Method channelQueryLimit

db/database_collection.go:175–177  ·  view source on GitHub ↗

channelQueryLimit returns the pagination for the number of channels returned in a query. This is a database level property.

()

Source from the content-addressed store, hash-verified

173
174// channelQueryLimit returns the pagination for the number of channels returned in a query. This is a database level property.
175func (c *DatabaseCollection) channelQueryLimit() int {
176 return c.dbCtx.Options.CacheOptions.ChannelQueryLimit
177}
178
179// clusterUUID returns a couchbase server UUID. If running with walrus, return an empty string.
180func (c *DatabaseCollection) serverUUID() string {

Callers 2

buildRevokedFeedMethod · 0.80
changesFeedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected