We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2477ef4 commit 604a3dfCopy full SHA for 604a3df
Modules/Sources/Storage/Protocols/Object.swift
@@ -11,6 +11,7 @@ public protocol Object: AnyObject {
11
12
/// Returns an instance of ObjectID: expected to identify the current instance, unequivocally.
13
///
14
+ // periphery:ignore - Used in tests, no changes but mysteriously stopped being ignored.
15
var objectID: ObjectID { get }
16
17
/// Returns the receiver's Entity Name.
0 commit comments