MCPcopy
hub / github.com/kopia/kopia / RemoveAll

Method RemoveAll

internal/webdavmount/webdavmount.go:179–181  ·  view source on GitHub ↗
(_ context.Context, path string)

Source from the content-addressed store, hash-verified

177}
178
179func (w *webdavFS) RemoveAll(_ context.Context, path string) error {
180 return errors.Errorf("can't remove %q: read-only filesystem", path)
181}
182
183func (w *webdavFS) Rename(_ context.Context, oldPath, newPath string) error {
184 return errors.Errorf("can't rename %q to %q: read-only filesystem", oldPath, newPath)

Callers 15

clearCacheDirectoryFunction · 0.45
CloseMethod · 0.45
TempDirectoryFunction · 0.45
TempDirectoryShortFunction · 0.45
TempLogDirectoryFunction · 0.45
EditLoopFunction · 0.45
DisconnectFunction · 0.45
TestRCloneProvidersFunction · 0.45
CloseMethod · 0.45
mustGetLocalTmpDirFunction · 0.45

Calls 1

ErrorfMethod · 0.80

Tested by 5

TestRCloneProvidersFunction · 0.36
mustGetLocalTmpDirFunction · 0.36
cleanupMethod · 0.36