MCPcopy
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
535func (b *backgroundWriter) pause() {
536 b.stateCh <- 1
537}
538
539func (b *backgroundWriter) play() {
540 b.stateCh <- 0

Callers 5

RmdirMethod · 0.80
DirMoveMethod · 0.80
MoveMethod · 0.80
UpdateMethod · 0.80
RemoveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected