MCPcopy
hub / github.com/rclone/rclone / CleanChunksBySize

Method CleanChunksBySize

backend/cache/storage_memory.go:93–95  ·  view source on GitHub ↗

CleanChunksBySize will cleanup chunks after the total size passes a certain point

(maxSize int64)

Source from the content-addressed store, hash-verified

91
92// CleanChunksBySize will cleanup chunks after the total size passes a certain point
93func (m *Memory) CleanChunksBySize(maxSize int64) {
94 // NOOP
95}

Callers 1

CleanUpCacheMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected