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

Method ForgetInode

internal/fusefs/gated_fs.go:59–61  ·  view source on GitHub ↗
(ctx context.Context, op *fuseops.ForgetInodeOp)

Source from the content-addressed store, hash-verified

57}
58
59func (fs *gatedFileSystem) ForgetInode(ctx context.Context, op *fuseops.ForgetInodeOp) error {
60 return fs.next.ForgetInode(ctx, op)
61}
62
63func (fs *gatedFileSystem) BatchForget(ctx context.Context, op *fuseops.BatchForgetOp) error {
64 return fs.next.BatchForget(ctx, op)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected