MCPcopy
hub / github.com/rclone/rclone / CleanUpHidden

Method CleanUpHidden

backend/s3/s3.go:3904–3906  ·  view source on GitHub ↗

CleanUpHidden deletes all the hidden files.

(ctx context.Context)

Source from the content-addressed store, hash-verified

3902
3903// CleanUpHidden deletes all the hidden files.
3904func (f *Fs) CleanUpHidden(ctx context.Context) error {
3905 return f.purge(ctx, "", true)
3906}
3907
3908// ------------------------------------------------------------
3909

Callers 2

CommandMethod · 0.95
InternalTestVersionsMethod · 0.95

Calls 1

purgeMethod · 0.95

Tested by 1

InternalTestVersionsMethod · 0.76