MCPcopy
hub / github.com/perkeep/perkeep / Removexattr

Method Removexattr

pkg/fs/ro.go:262–264  ·  view source on GitHub ↗
(ctx context.Context, req *fuse.RemovexattrRequest)

Source from the content-addressed store, hash-verified

260}
261
262func (n *roFile) Removexattr(ctx context.Context, req *fuse.RemovexattrRequest) error {
263 return fuse.EPERM
264}
265
266func (n *roFile) Setxattr(ctx context.Context, req *fuse.SetxattrRequest) error {
267 return fuse.EPERM

Callers 1

TestXattrFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestXattrFunction · 0.36