MCPcopy
hub / github.com/syncthing/syncthing / SetXattr

Method SetXattr

lib/fs/filesystem.go:64–64  ·  view source on GitHub ↗
(path string, xattrs []protocol.Xattr, xattrFilter XattrFilter)

Source from the content-addressed store, hash-verified

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}
66
67type wrappingFilesystem interface {

Callers 3

setPlatformDataMethod · 0.65
SetXattrMethod · 0.65
TestXattrFunction · 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 1

TestXattrFunction · 0.52