MCPcopy
hub / github.com/perkeep/perkeep / Setxattr

Method Setxattr

pkg/fs/ro.go:266–268  ·  view source on GitHub ↗
(ctx context.Context, req *fuse.SetxattrRequest)

Source from the content-addressed store, hash-verified

264}
265
266func (n *roFile) Setxattr(ctx context.Context, req *fuse.SetxattrRequest) error {
267 return fuse.EPERM
268}
269
270// for debugging
271func (n *roFile) fullPath() string {

Callers 1

TestXattrFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestXattrFunction · 0.36