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

Method stopTrackRenames

fs/sync/sync.go:581–587  ·  view source on GitHub ↗

This stops the background rename collection

()

Source from the content-addressed store, hash-verified

579
580// This stops the background rename collection
581func (s *syncCopyMove) stopTrackRenames() {
582 if !s.trackRenames {
583 return
584 }
585 close(s.trackRenamesCh)
586 s.trackRenamesWg.Wait()
587}
588
589// This starts the background deletion of files for --delete-during
590func (s *syncCopyMove) startDeleters() {

Callers 1

runMethod · 0.95

Calls 2

closeFunction · 0.85
WaitMethod · 0.65

Tested by

no test coverage detected