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

Method SyncFile

internal/fusefs/gated_fs.go:169–171  ·  view source on GitHub ↗
(ctx context.Context, op *fuseops.SyncFileOp)

Source from the content-addressed store, hash-verified

167}
168
169func (fs *gatedFileSystem) SyncFile(ctx context.Context, op *fuseops.SyncFileOp) error {
170 return fs.next.SyncFile(ctx, op)
171}
172
173func (fs *gatedFileSystem) FlushFile(ctx context.Context, op *fuseops.FlushFileOp) error {
174 return fs.next.FlushFile(ctx, op)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected