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

Method WasSkipped

db/change_cache.go:1030–1032  ·  view source on GitHub ↗
(x uint64)

Source from the content-addressed store, hash-verified

1028}
1029
1030func (c *changeCache) WasSkipped(x uint64) bool {
1031 return c.skippedSeqs.Contains(x)
1032}
1033
1034func (c *changeCache) PushSkipped(ctx context.Context, startSeq uint64, endSeq uint64) {
1035 if startSeq > endSeq {

Callers 2

DocChangedMethod · 0.95
processEntryMethod · 0.95

Calls 1

ContainsMethod · 0.65

Tested by

no test coverage detected