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

Method ChannelID

db/channel_cache_single.go:95–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93 GetChanges(ctx context.Context, options ChangesOptions) ([]*LogEntry, error)
94 GetCachedChanges(options ChangesOptions) (validFrom uint64, result []*LogEntry)
95 ChannelID() channels.ID
96 SupportsLateFeed() bool
97 LateSequenceUUID() uuid.UUID
98 GetLateSequencesSince(sinceSequence uint64) (entries []*LogEntry, lastSequence uint64, err error)

Callers 5

RemoveMethod · 0.65
buildRevokedFeedMethod · 0.65
changesFeedMethod · 0.65
newLateSequenceFeedMethod · 0.65
getLateFeedMethod · 0.65

Implementers 2

singleChannelCacheImpldb/channel_cache_single.go
bypassChannelCachedb/channel_cache_single.go

Calls

no outgoing calls

Tested by

no test coverage detected