Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
48
type
File
interface
{
49
Entry
50
Open(ctx context.Context) (Reader, error)
51
}
52
53
// StreamingFile represents an entry that is a stream.
Callers
15
unzip
Function · 0.65
run
Method · 0.65
getUpdateState
Method · 0.65
readInputFile
Method · 0.65
getParameters
Method · 0.65
writeFile
Function · 0.65
DecryptAes256Gcm
Function · 0.65
Open
Method · 0.65
verifyFileLogFormat
Function · 0.65
verifyJSONLogFormat
Function · 0.65
downloadFile
Function · 0.65
readAndStripComments
Function · 0.65
Implementers
9
fuseFileNode
internal/fusemount/fusefs.go
File
internal/mockfs/mockfs.go
testFile
internal/diff/diff_test.go
mockOS
repo/blob/filesystem/osinterface_mock_
realOS
repo/blob/filesystem/osinterface_realo
mockOSForSyncTest
repo/blob/filesystem/filesystem_storag
filesystemFile
fs/localfs/local_fs.go
shallowFilesystemFile
fs/localfs/shallow_fs.go
repositoryFile
snapshot/snapshotfs/repofs.go
Calls
no outgoing calls
Tested by
8
verifyFileLogFormat
Function · 0.52
verifyJSONLogFormat
Function · 0.52
TestAutoUpdateEnableTest
Function · 0.52
verifyValidTarFile
Function · 0.52
verifyValidTarGzipFile
Function · 0.52
TestSnapshotCreateWithStdinStream
Function · 0.52
mustReadEnvFile
Function · 0.52
verifyFileContent
Function · 0.52