mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-04-23 17:18:35 +02:00
Prototyping SwiftUI utilities
This commit is contained in:
@@ -201,6 +201,14 @@ public final class ListPublisher<O: DynamicObject>: Hashable {
|
||||
}
|
||||
)
|
||||
}
|
||||
|
||||
/**
|
||||
Used internally by CoreStore. Do not call directly.
|
||||
*/
|
||||
public func cs_dataStack() -> DataStack? {
|
||||
|
||||
return self.context.parentStack
|
||||
}
|
||||
|
||||
|
||||
// MARK: Public (3rd Party Utilities)
|
||||
|
||||
Reference in New Issue
Block a user