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

Function getChangesOptionsWithZeroSeq

db/changes_test.go:187–189  ·  view source on GitHub ↗

Makes changes options starting at sequence 0, with a new changes context

(t testing.TB)

Source from the content-addressed store, hash-verified

185
186// Makes changes options starting at sequence 0, with a new changes context
187func getChangesOptionsWithZeroSeq(t testing.TB) ChangesOptions {
188 return ChangesOptions{Since: SequenceID{Seq: 0}, ChangesCtx: base.TestCtx(t)}
189}
190
191// Makes changes options with a since value of seq and a new changes context
192func getChangesOptionsWithSeq(t *testing.T, seq SequenceID) ChangesOptions {

Calls 1

TestCtxFunction · 0.92

Tested by

no test coverage detected