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

Function getChangesOptionsWithCtxOnly

db/changes_test.go:197–199  ·  view source on GitHub ↗

Makes changes options a new changes context

(t *testing.T)

Source from the content-addressed store, hash-verified

195
196// Makes changes options a new changes context
197func getChangesOptionsWithCtxOnly(t *testing.T) ChangesOptions {
198 return ChangesOptions{ChangesCtx: base.TestCtx(t)}
199}
200
201func TestDocDeletionFromChannelCoalescedRemoved(t *testing.T) {
202

Calls 1

TestCtxFunction · 0.92

Tested by

no test coverage detected