()
| 43 | } |
| 44 | |
| 45 | func (t *UploadTask) OnSucceeded() { |
| 46 | task_group.TransferCoordinator.Done(context.WithoutCancel(t.Ctx()), stdpath.Join(t.storage.GetStorage().MountPath, t.dstDirActualPath), true) |
| 47 | } |
| 48 | |
| 49 | func (t *UploadTask) OnFailed() { |
| 50 | task_group.TransferCoordinator.Done(context.WithoutCancel(t.Ctx()), stdpath.Join(t.storage.GetStorage().MountPath, t.dstDirActualPath), false) |
nothing calls this directly
no test coverage detected