mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-09-10 11:51:49 +02:00
Rename DynamicObjectID -> PersistentID
This commit is contained in:
@@ -57,7 +57,7 @@ extension Internals {
|
||||
self.structure = .init(
|
||||
sections: sections,
|
||||
sectionIndexTransformer: sectionIndexTransformer,
|
||||
fetchOffset: Swift.max(0, fetchOffset),
|
||||
fetchOffset: Swift::max(0, fetchOffset),
|
||||
fetchLimit: (fetchLimit > 0) ? fetchLimit : nil
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user