We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ModelStorage
1 parent 55e3bdb commit 92097a1Copy full SHA for 92097a1
Sources/CoreModel/Store.swift
@@ -9,7 +9,7 @@
9
import Predicate
10
11
/// CoreModel Store Protocol
12
-public protocol ModelStorage: AnyObject {
+public protocol ModelStorage {
13
14
/// Fetch managed object.
15
func fetch(_ entity: EntityName, for id: ObjectID) async throws -> ModelData?
0 commit comments