MCPcopy
hub / github.com/rclone/rclone / Hashes

Method Hashes

backend/cache/cache.go:1711–1713  ·  view source on GitHub ↗

Hashes returns the supported hash sets.

()

Source from the content-addressed store, hash-verified

1709
1710// Hashes returns the supported hash sets.
1711func (f *Fs) Hashes() hash.Set {
1712 return f.Fs.Hashes()
1713}
1714
1715// Purge all files in the directory
1716func (f *Fs) Purge(ctx context.Context, dir string) error {

Callers

nothing calls this directly

Calls 1

HashesMethod · 0.65

Tested by

no test coverage detected