This commit is contained in:
John Estropia
2026-07-15 11:50:43 +09:00
parent 7db1cfecfb
commit 890e150b95
135 changed files with 2895 additions and 2526 deletions
@@ -652,7 +652,7 @@ extension ObjectPublisher: CustomDebugStringConvertible, CoreStoreDebugStringCon
return createFormattedString(
"(", ")",
("objectID", self.objectID()),
("managedObjectID", self.cs_id()),
("object", self.object as Any)
)
}
@@ -677,7 +677,7 @@ extension ObjectSnapshot: CustomDebugStringConvertible, CoreStoreDebugStringConv
return createFormattedString(
"(", ")",
("objectID", self.objectID()),
("managedObjectID", self.cs_id()),
("dictionaryForValues", self.dictionaryForValues())
)
}