MCPcopy
hub / github.com/kopia/kopia / TouchBlob

Method TouchBlob

internal/cache/cache_storage.go:30–30  ·  view source on GitHub ↗
(ctx context.Context, contentID blob.ID, threshold time.Duration)

Source from the content-addressed store, hash-verified

28 DeleteBlob(ctx context.Context, id blob.ID) error
29 ListBlobs(ctx context.Context, prefix blob.ID, callback func(blob.Metadata) error) error
30 TouchBlob(ctx context.Context, contentID blob.ID, threshold time.Duration) (time.Time, error)
31}
32
33// filesystemImplWrapper is a wrapper around the filesystem.Storage that exposes the cache.Storage interface

Calls

no outgoing calls