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

Method GetLateSequencesSince

db/channel_cache_single.go:98–98  ·  view source on GitHub ↗
(sinceSequence uint64)

Source from the content-addressed store, hash-verified

96 SupportsLateFeed() bool
97 LateSequenceUUID() uuid.UUID
98 GetLateSequencesSince(sinceSequence uint64) (entries []*LogEntry, lastSequence uint64, err error)
99 RegisterLateSequenceClient() (latestLateSeq uint64)
100 ReleaseLateSequenceClient(sequence uint64) (success bool)
101}

Callers 3

getLateFeedMethod · 0.65
TestLateSequenceHandlingFunction · 0.65

Implementers 2

singleChannelCacheImpldb/channel_cache_single.go
bypassChannelCachedb/channel_cache_single.go

Calls

no outgoing calls