MCPcopy
hub / github.com/rclone/rclone / close

Method close

backend/cache/handle.go:527–533  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

525}
526
527func (b *backgroundWriter) close() {
528 b.stateCh <- 2
529 b.mu.Lock()
530 defer b.mu.Unlock()
531 b.running = false
532
533}
534
535func (b *backgroundWriter) pause() {
536 b.stateCh <- 1

Callers 2

initBackgroundUploaderFunction · 0.45
StopBackgroundRunnersMethod · 0.45

Calls 2

LockMethod · 0.65
UnlockMethod · 0.65

Tested by

no test coverage detected