MCPcopy
hub / github.com/kopia/kopia / Open

Method Open

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

Source from the content-addressed store, hash-verified

48type File interface {
49 Entry
50 Open(ctx context.Context) (Reader, error)
51}
52
53// StreamingFile represents an entry that is a stream.

Callers 15

unzipFunction · 0.65
runMethod · 0.65
getUpdateStateMethod · 0.65
readInputFileMethod · 0.65
getParametersMethod · 0.65
writeFileFunction · 0.65
DecryptAes256GcmFunction · 0.65
OpenMethod · 0.65
verifyFileLogFormatFunction · 0.65
verifyJSONLogFormatFunction · 0.65
downloadFileFunction · 0.65
readAndStripCommentsFunction · 0.65

Implementers 9

fuseFileNodeinternal/fusemount/fusefs.go
Fileinternal/mockfs/mockfs.go
testFileinternal/diff/diff_test.go
mockOSrepo/blob/filesystem/osinterface_mock_
realOSrepo/blob/filesystem/osinterface_realo
mockOSForSyncTestrepo/blob/filesystem/filesystem_storag
filesystemFilefs/localfs/local_fs.go
shallowFilesystemFilefs/localfs/shallow_fs.go
repositoryFilesnapshot/snapshotfs/repofs.go

Calls

no outgoing calls

Tested by 8

verifyFileLogFormatFunction · 0.52
verifyJSONLogFormatFunction · 0.52
TestAutoUpdateEnableTestFunction · 0.52
verifyValidTarFileFunction · 0.52
verifyValidTarGzipFileFunction · 0.52
mustReadEnvFileFunction · 0.52
verifyFileContentFunction · 0.52