MCPcopy Index your code
hub / github.com/kopia/kopia / Close

Method Close

internal/cache/content_cache.go:146–148  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

144}
145
146func (c *contentCacheImpl) Close(ctx context.Context) {
147 c.pc.Close(ctx)
148}
149
150func (c *contentCacheImpl) PrefetchBlob(ctx context.Context, blobID blob.ID) error {
151 var blobData gather.WriteBuffer

Callers

nothing calls this directly

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected