MCPcopy Index your code
hub / github.com/rclone/rclone / stopCheckers

Method stopCheckers

fs/sync/sync.go:524–528  ·  view source on GitHub ↗

This stops the background checkers

()

Source from the content-addressed store, hash-verified

522
523// This stops the background checkers
524func (s *syncCopyMove) stopCheckers() {
525 s.toBeChecked.Close()
526 fs.Debugf(s.fdst, "Waiting for checks to finish")
527 s.checkerWg.Wait()
528}
529
530// This starts the background transfers
531func (s *syncCopyMove) startTransfers() {

Callers 1

runMethod · 0.95

Calls 3

DebugfFunction · 0.92
CloseMethod · 0.65
WaitMethod · 0.65

Tested by

no test coverage detected