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

Method AddUnusedSequence

db/channel_cache.go:48–48  ·  view source on GitHub ↗

Notifies the cache of an unused sequence update. Updates the cache's high sequence

(change *LogEntry)

Source from the content-addressed store, hash-verified

46
47 // Notifies the cache of an unused sequence update. Updates the cache's high sequence
48 AddUnusedSequence(change *LogEntry)
49
50 // Remove purges the given doc IDs from all channel caches and returns the number of items removed.
51 Remove(ctx context.Context, collectionID uint32, docIDs []string, startTime time.Time) (count int)

Callers 1

_addToCacheMethod · 0.65

Implementers 1

channelCacheImpldb/channel_cache.go

Calls

no outgoing calls

Tested by

no test coverage detected