(ctx context.Context, relativePath string, e fs.File, progressCb FileWriteProgress)
| 29 | WriteDirEntry(ctx context.Context, relativePath string, de *snapshot.DirEntry, e fs.Directory) error |
| 30 | FinishDirectory(ctx context.Context, relativePath string, e fs.Directory) error |
| 31 | WriteFile(ctx context.Context, relativePath string, e fs.File, progressCb FileWriteProgress) error |
| 32 | FileExists(ctx context.Context, relativePath string, e fs.File) bool |
| 33 | CreateSymlink(ctx context.Context, relativePath string, e fs.Symlink) error |
| 34 | SymlinkExists(ctx context.Context, relativePath string, e fs.Symlink) bool |
no outgoing calls