Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
527
func
(b *backgroundWriter) close() {
528
b.stateCh <- 2
529
b.mu.Lock()
530
defer
b.mu.Unlock()
531
b.running = false
532
533
}
534
535
func
(b *backgroundWriter) pause() {
536
b.stateCh <- 1
Callers
2
initBackgroundUploader
Function · 0.45
StopBackgroundRunners
Method · 0.45
Calls
2
Lock
Method · 0.65
Unlock
Method · 0.65
Tested by
no test coverage detected