You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/FZMetadata/MetadataQuery/MetadataQuery+AttributeValueTuple.swift
+10-2
Original file line number
Diff line number
Diff line change
@@ -14,14 +14,18 @@ extension MetadataQuery {
14
14
15
15
Attribute-value tuples are returned by ``MetadataQuery`` as the results in the value lists. Each attribute/value tuple contains the attribute name, the value, and the number of instances of that value that exist for the attribute name.
Attribute-value tuples are returned by ``MetadataQuery`` as the results in the value lists. Each attribute/value tuple contains the attribute name, the value, and the number of instances of that value that exist for the attribute name.
0 commit comments