mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-18 07:23:53 +01:00
added warn_unused_result annotations where they seem reasonable
This commit is contained in:
@@ -55,6 +55,7 @@ public final class DetachedDataTransaction: BaseDataTransaction {
|
||||
|
||||
- returns: a `DetachedDataTransaction` instance where creates, updates, and deletes can be made.
|
||||
*/
|
||||
@warn_unused_result
|
||||
public func beginDetached() -> DetachedDataTransaction {
|
||||
|
||||
return DetachedDataTransaction(
|
||||
|
||||
Reference in New Issue
Block a user