MCPcopy
hub / github.com/syncthing/syncthing / Open

Method Open

lib/fs/filesystem.go:41–41  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

39 Mkdir(name string, perm FileMode) error
40 MkdirAll(name string, perm FileMode) error
41 Open(name string) (File, error)
42 OpenFile(name string, flags int, mode FileMode) (File, error)
43 ReadSymlink(name string) (string, error)
44 Remove(name string) error

Callers 15

RunMethod · 0.95
tarGzFunction · 0.65
zipFileFunction · 0.65
pruneInterfaceCheckFunction · 0.65
walkerForFunction · 0.65
mainFunction · 0.65
readAllFunction · 0.65
loadValidLangsFunction · 0.65
loadValidLangsFunction · 0.65
decryptDeterministicFunction · 0.65
DecryptBytesFunction · 0.65
memorySizeFunction · 0.65

Implementers 4

BasicFilesystemlib/fs/basicfs.go
metricsFSlib/fs/metrics.go
fakeFSlib/fs/fakefs.go
errorFilesystemlib/fs/errorfs.go

Calls

no outgoing calls

Tested by 15

prepareTmpFileFunction · 0.52
TestPullEmptyBlockFunction · 0.52
TestVersionRestoreFunction · 0.52
equalContentsFunction · 0.52
readFileFunction · 0.52
TestWindowsLineEndingsFunction · 0.52
TestRenameOrCopyFunction · 0.52
createTestDirFunction · 0.52
testFakeFSStatInsensFunction · 0.52
testFakeFSFileNameFunction · 0.52
testFakeFSFileNameInsensFunction · 0.52