MCPcopy
hub / github.com/kopia/kopia / Remove

Method Remove

repo/format/format_blob_cache.go:30–30  ·  view source on GitHub ↗
(ctx context.Context, ids []blob.ID)

Source from the content-addressed store, hash-verified

28 Get(ctx context.Context, blobID blob.ID) ([]byte, time.Time, bool)
29 Put(ctx context.Context, blobID blob.ID, data []byte) (time.Time, error)
30 Remove(ctx context.Context, ids []blob.ID)
31}
32
33type nullCache struct{}

Callers 15

createSymlinkFunction · 0.65
verifyTemplateFunction · 0.65
removeUpdateStateMethod · 0.65
removeEmptyDirsMethod · 0.65
deleteInvalidBlobMethod · 0.65
UnmountMethod · 0.65
UnmountMethod · 0.65
dequeueMethod · 0.65
sweepLogDirFunction · 0.65
WriteMethod · 0.65
DeletePasswordMethod · 0.65

Implementers 3

nullCacherepo/format/format_blob_cache.go
inMemoryCacherepo/format/format_blob_cache.go
onDiskCacherepo/format/format_blob_cache.go

Calls

no outgoing calls

Tested by 10

verifyTemplateFunction · 0.52
TestFormatBlobCacheFunction · 0.52
TestDiffFunction · 0.52
removeEntryFunction · 0.52
tmpfileWithContentsFunction · 0.52
TestIterateNonExistentFunction · 0.52
TestUploadFunction · 0.52