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

Method aborting

fs/sync/sync.go:296–298  ·  view source on GitHub ↗

Check to see if the context has been cancelled

()

Source from the content-addressed store, hash-verified

294
295// Check to see if the context has been cancelled
296func (s *syncCopyMove) aborting() bool {
297 return s.ctx.Err() != nil
298}
299
300// This reads the map and pumps it into the channel passed in, closing
301// the channel at the end

Callers 3

pumpMapToChanMethod · 0.95
processErrorMethod · 0.95
deleteFilesMethod · 0.95

Calls 1

ErrMethod · 0.45

Tested by

no test coverage detected