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

Method RemoveCVOnly

db/revision_cache_lru.go:100–102  ·  view source on GitHub ↗
(ctx context.Context, docID string, cv *Version, collectionID uint32)

Source from the content-addressed store, hash-verified

98}
99
100func (sc *ShardedLRURevisionCache) RemoveCVOnly(ctx context.Context, docID string, cv *Version, collectionID uint32) {
101 sc.getShard(docID).RemoveCVOnly(ctx, docID, cv, collectionID)
102}
103
104// An LRU cache of document revision bodies, together with their channel access.
105type LRURevisionCache struct {

Callers

nothing calls this directly

Calls 2

getShardMethod · 0.95
RemoveCVOnlyMethod · 0.65

Tested by

no test coverage detected