MCPcopy
hub / github.com/syncthing/syncthing / Lstat

Method Lstat

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

Source from the content-addressed store, hash-verified

36 CreateSymlink(target, name string) error
37 DirNames(name string) ([]string, error)
38 Lstat(name string) (FileInfo, error)
39 Mkdir(name string, perm FileMode) error
40 MkdirAll(name string, perm FileMode) error
41 Open(name string) (File, error)

Callers 15

handleAutoAcceptsMethod · 0.95
TestDupDirFastPathFunction · 0.95
TestSkipIgnoredDirsFunction · 0.95
TestTraversesSymlinkFunction · 0.95
TestIssue4875Function · 0.95
cleanConfigDirectoryFunction · 0.95
RequestMethod · 0.65
TestCopyOwnerFunction · 0.65
saveConfigFunction · 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

TestDupDirFastPathFunction · 0.76
TestSkipIgnoredDirsFunction · 0.76
TestTraversesSymlinkFunction · 0.76
TestIssue4875Function · 0.76
TestCopyOwnerFunction · 0.52
saveConfigFunction · 0.52
loadConfigFunction · 0.52
TestIssue4094Function · 0.52
TestIssue4903Function · 0.52