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

Method StatFS

internal/fusefs/gated_fs.go:32–34  ·  view source on GitHub ↗
(ctx context.Context, op *fuseops.StatFSOp)

Source from the content-addressed store, hash-verified

30}
31
32func (fs *gatedFileSystem) StatFS(ctx context.Context, op *fuseops.StatFSOp) error {
33 return fs.next.StatFS(ctx, op)
34}
35
36func (fs *gatedFileSystem) LookUpInode(ctx context.Context, op *fuseops.LookUpInodeOp) error {
37 if err := fs.wait(ctx); err != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected