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

Method Removexattr

pkg/fs/mut.go:601–603  ·  view source on GitHub ↗
(ctx context.Context, req *fuse.RemovexattrRequest)

Source from the content-addressed store, hash-verified

599}
600
601func (n *mutFile) Removexattr(ctx context.Context, req *fuse.RemovexattrRequest) error {
602 return n.xattr().remove(ctx, req)
603}
604
605func (n *mutFile) Setxattr(ctx context.Context, req *fuse.SetxattrRequest) error {
606 return n.xattr().set(ctx, req)

Callers

nothing calls this directly

Calls 2

xattrMethod · 0.95
removeMethod · 0.80

Tested by

no test coverage detected