Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
266
func
(n *roFile) Setxattr(ctx context.Context, req *fuse.SetxattrRequest) error {
267
return
fuse.EPERM
268
}
269
270
// for debugging
271
func
(n *roFile) fullPath() string {
Callers
1
TestXattr
Function · 0.45
Calls
no outgoing calls
Tested by
1
TestXattr
Function · 0.36