MCPcopy
hub / github.com/syncthing/syncthing / errorFilesystem

Struct errorFilesystem

lib/fs/errorfs.go:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14)
15
16type errorFilesystem struct {
17 err error
18 fsType FilesystemType
19 uri string
20}
21
22func (fs *errorFilesystem) Chmod(_ string, _ FileMode) error { return fs.err }
23func (fs *errorFilesystem) Lchown(_, _, _ string) error { return fs.err }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected