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

Method PrefetchContents

repo/object/object_manager.go:33–33  ·  view source on GitHub ↗
(ctx context.Context, contentIDs []content.ID, prefetchHint string)

Source from the content-addressed store, hash-verified

31 ContentInfo(ctx context.Context, contentID content.ID) (content.Info, error)
32 GetContent(ctx context.Context, contentID content.ID) ([]byte, error)
33 PrefetchContents(ctx context.Context, contentIDs []content.ID, prefetchHint string) []content.ID
34}
35
36type contentManager interface {

Callers 2

TestPrefetchContentMethod · 0.65
PrefetchBackingContentsFunction · 0.65

Implementers 3

grpcRepositoryClientrepo/grpc_repository_client.go
WriteManagerrepo/content/content_manager.go
fakeContentManagerrepo/object/object_manager_test.go

Calls

no outgoing calls

Tested by 1

TestPrefetchContentMethod · 0.52