Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
54
type
StreamingFile
interface
{
55
Entry
56
GetReader(ctx context.Context) (io.ReadCloser, error)
57
}
58
59
// Directory represents contents of a directory.
Callers
4
TestStreamingFile
Function · 0.65
TestStreamingFileGetReader
Function · 0.65
TestStreamingDirectory
Function · 0.65
uploadStreamingFileInternal
Method · 0.65
Implementers
1
virtualFile
fs/virtualfs/virtualfs.go
Calls
no outgoing calls
Tested by
3
TestStreamingFile
Function · 0.52
TestStreamingFileGetReader
Function · 0.52
TestStreamingDirectory
Function · 0.52