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

Function getChangesOptionsWithSeq

db/changes_test.go:192–194  ·  view source on GitHub ↗

Makes changes options with a since value of seq and a new changes context

(t *testing.T, seq SequenceID)

Source from the content-addressed store, hash-verified

190
191// Makes changes options with a since value of seq and a new changes context
192func getChangesOptionsWithSeq(t *testing.T, seq SequenceID) ChangesOptions {
193 return ChangesOptions{Since: seq, ChangesCtx: base.TestCtx(t)}
194}
195
196// Makes changes options a new changes context
197func getChangesOptionsWithCtxOnly(t *testing.T) ChangesOptions {

Calls 1

TestCtxFunction · 0.92

Tested by

no test coverage detected