MCPcopy
hub / github.com/syncthing/syncthing / Stat

Method Stat

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

Source from the content-addressed store, hash-verified

45 RemoveAll(name string) error
46 Rename(oldname, newname string) error
47 Stat(name string) (FileInfo, error)
48 Walk(name string, walkFn WalkFunc) error
49 // If setup fails, returns non-nil error, and if afterwards a fatal (!)
50 // error occurs, sends that error on the channel. Afterwards this watch

Callers 3

EnsureDirFunction · 0.95

Implementers 4

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

Calls

no outgoing calls