MCPcopy
hub / github.com/rclone/rclone / isRunning

Method isRunning

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

Source from the content-addressed store, hash-verified

541}
542
543func (b *backgroundWriter) isRunning() bool {
544 b.mu.Lock()
545 defer b.mu.Unlock()
546 return b.running
547}
548
549func (b *backgroundWriter) notify(remote string, status int, err error) {
550 state := BackgroundUploadState{

Callers 1

StopBackgroundRunnersMethod · 0.80

Calls 2

LockMethod · 0.65
UnlockMethod · 0.65

Tested by

no test coverage detected