Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
146
func
(c *contentCacheImpl) Close(ctx context.Context) {
147
c.pc.Close(ctx)
148
}
149
150
func
(c *contentCacheImpl) PrefetchBlob(ctx context.Context, blobID blob.ID) error {
151
var
blobData gather.WriteBuffer
Callers
nothing calls this directly
Calls
1
Close
Method · 0.65
Tested by
no test coverage detected