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

Method RemoveCVOnly

db/revision_cache_interface.go:186–188  ·  view source on GitHub ↗
(ctx context.Context, docID string, cv *Version)

Source from the content-addressed store, hash-verified

184}
185
186func (c *collectionRevisionCache) RemoveCVOnly(ctx context.Context, docID string, cv *Version) {
187 (*c.revCache).RemoveCVOnly(ctx, docID, cv, c.collectionID)
188}
189
190// RemoveWithCV is for per collection access to Remove method
191func (c *collectionRevisionCache) RemoveWithCV(ctx context.Context, docID string, cv *Version) {

Callers

nothing calls this directly

Calls 1

RemoveCVOnlyMethod · 0.65

Tested by

no test coverage detected