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

Method GetReader

fs/entry.go:56–56  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

54type StreamingFile interface {
55 Entry
56 GetReader(ctx context.Context) (io.ReadCloser, error)
57}
58
59// Directory represents contents of a directory.

Callers 4

TestStreamingFileFunction · 0.65
TestStreamingDirectoryFunction · 0.65

Implementers 1

virtualFilefs/virtualfs/virtualfs.go

Calls

no outgoing calls

Tested by 3

TestStreamingFileFunction · 0.52
TestStreamingDirectoryFunction · 0.52