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

Method GetCachedChanges

db/channel_cache_single.go:848–850  ·  view source on GitHub ↗

No cached changes for bypassChannelCache

(options ChangesOptions)

Source from the content-addressed store, hash-verified

846
847// No cached changes for bypassChannelCache
848func (b *bypassChannelCache) GetCachedChanges(options ChangesOptions) (validFrom uint64, changes []*LogEntry) {
849 return math.MaxUint64, nil
850}
851
852func (b *bypassChannelCache) ChannelID() channels.ID {
853 return b.channel

Callers 1

Calls

no outgoing calls

Tested by 1