Check to see if the context has been cancelled
()
| 294 | |
| 295 | // Check to see if the context has been cancelled |
| 296 | func (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 |
no test coverage detected