Skip to content

Commit

Permalink
more fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjl-mux committed Jun 5, 2024
1 parent fe4a9d4 commit c609e58
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Sources/MuxUploadSDK/PublicAPI/DirectUploadManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,10 @@ public final class DirectUploadManager {
return nil
}

/// Returns all uploads currently-managed uploads.
/// Uploads are managed while in-progress or completed.
/// Uploads become un-managed when canceled, or if the process dies after they complete
/// Returns all currently-managed uploads that are
/// in-progress or completed. Uploads that are canceled
/// or uploads that completed before the most recent
/// application termination are omitted
public func allManagedDirectUploads() -> [DirectUpload] {
// Sort upload list for consistent ordering
return Array(uploadsByID.values.map(\.upload))
Expand Down

0 comments on commit c609e58

Please sign in to comment.