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

Method ReadDirPlus

internal/fusefs/gated_fs.go:137–142  ·  view source on GitHub ↗
(ctx context.Context, op *fuseops.ReadDirPlusOp)

Source from the content-addressed store, hash-verified

135}
136
137func (fs *gatedFileSystem) ReadDirPlus(ctx context.Context, op *fuseops.ReadDirPlusOp) error {
138 if err := fs.wait(ctx); err != nil {
139 return err
140 }
141 return fs.next.ReadDirPlus(ctx, op)
142}
143
144func (fs *gatedFileSystem) ReleaseDirHandle(ctx context.Context, op *fuseops.ReleaseDirHandleOp) error {
145 return fs.next.ReleaseDirHandle(ctx, op)

Callers

nothing calls this directly

Calls 1

waitMethod · 0.95

Tested by

no test coverage detected