mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-04-01 23:13:18 +02:00
implementations for desctiption and debugDescription complete for all CoreStore types
This commit is contained in:
@@ -138,6 +138,14 @@ public final class CSUnsafeDataTransaction: CSBaseDataTransaction {
|
||||
}
|
||||
|
||||
|
||||
// MARK: NSObject
|
||||
|
||||
public override var description: String {
|
||||
|
||||
return "(\(String(reflecting: self.dynamicType))) \(self.bridgeToSwift.coreStoreDumpString)"
|
||||
}
|
||||
|
||||
|
||||
// MARK: CoreStoreObjectiveCType
|
||||
|
||||
internal typealias SwiftType = UnsafeDataTransaction
|
||||
|
||||
Reference in New Issue
Block a user