|
|
|
|
@ -331,9 +331,9 @@ public class StoredCollection<T: Storable>: RandomAccessCollection, SomeCollecti |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/// Proceeds to delete all instance of the collection, properly cleaning up dependencies and sending API calls |
|
|
|
|
// public func deleteAll() throws { |
|
|
|
|
// try self.delete(contentOfs: self.items) |
|
|
|
|
// } |
|
|
|
|
public func deleteAll() throws { |
|
|
|
|
self.delete(contentOfs: self.items) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// MARK: - SomeCall |
|
|
|
|
|
|
|
|
|
|