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 0dd3e71 commit e266399Copy full SHA for e266399
Sources/CustomDump/Conformances/KeyPath.swift
@@ -10,7 +10,7 @@ extension AnyKeyPath: CustomDumpStringConvertible {
10
#if os(iOS) || os(macOS) || os(tvOS) || os(watchOS)
11
keyPathToNameLock.lock()
12
defer { keyPathToNameLock.unlock() }
13
-
+
14
guard let name = keyPathToName[self] else {
15
func reflectName() -> String {
16
var namedKeyPaths = Reflection.allNamedKeyPaths(forUnderlyingTypeOf: Self.rootType)
0 commit comments