MCPcopy
hub / github.com/syncthing/syncthing / PlatformData

Method PlatformData

lib/fs/filesystem.go:62–62  ·  view source on GitHub ↗
(name string, withOwnership, withXattrs bool, xattrFilter XattrFilter)

Source from the content-addressed store, hash-verified

60 Options() []Option
61 SameFile(fi1, fi2 FileInfo) bool
62 PlatformData(name string, withOwnership, withXattrs bool, xattrFilter XattrFilter) (protocol.PlatformData, error)
63 GetXattr(name string, xattrFilter XattrFilter) ([]protocol.Xattr, error)
64 SetXattr(path string, xattrs []protocol.Xattr, xattrFilter XattrFilter) error
65}

Callers 3

fileIntfJSONMapFunction · 0.65
CreateFileInfoFunction · 0.65
PlatformDataMethod · 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

no test coverage detected