MCPcopy Create free account
hub / github.com/cloudflare/artifact-fs / SetInodeAttributes

Method SetInodeAttributes

internal/fusefs/gated_fs.go:52–57  ·  view source on GitHub ↗
(ctx context.Context, op *fuseops.SetInodeAttributesOp)

Source from the content-addressed store, hash-verified

50}
51
52func (fs *gatedFileSystem) SetInodeAttributes(ctx context.Context, op *fuseops.SetInodeAttributesOp) error {
53 if err := fs.wait(ctx); err != nil {
54 return err
55 }
56 return fs.next.SetInodeAttributes(ctx, op)
57}
58
59func (fs *gatedFileSystem) ForgetInode(ctx context.Context, op *fuseops.ForgetInodeOp) error {
60 return fs.next.ForgetInode(ctx, op)

Callers

nothing calls this directly

Calls 1

waitMethod · 0.95

Tested by

no test coverage detected