Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/rclone/rclone
/ pause
Method
pause
backend/cache/handle.go:535–537 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
533
}
534
535
func
(b *backgroundWriter) pause() {
536
b.stateCh <- 1
537
}
538
539
func
(b *backgroundWriter) play() {
540
b.stateCh <- 0
Callers
5
Rmdir
Method · 0.80
DirMove
Method · 0.80
Move
Method · 0.80
Update
Method · 0.80
Remove
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected