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

Function et

db/change_cache_test.go:55–59  ·  view source on GitHub ↗

Tombstoned entry

(seq uint64, docid string, revid string)

Source from the content-addressed store, hash-verified

53
54// Tombstoned entry
55func et(seq uint64, docid string, revid string) *LogEntry {
56 entry := testLogEntry(seq, docid, revid)
57 entry.SetDeleted()
58 return entry
59}
60
61func logEntry(seq uint64, docid string, revid string, channelNames []string, collectionID uint32) *LogEntry {
62 entry := &LogEntry{

Callers 1

Calls 2

testLogEntryFunction · 0.85
SetDeletedMethod · 0.80

Tested by

no test coverage detected