File tree 1 file changed +8
-0
lines changed
src/darwin/Framework/CHIP
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -144,6 +144,8 @@ static bool IsMemoryOnlyGlobalKey(NSString * key)
144
144
145
145
// We do not expect to see the "g/a/*" keys for attribute values.
146
146
147
+ // We do not expect to see the "g/sa/*" keys for attribute values.
148
+
147
149
// We do not expect to see the "g/bt" and "g/bt/*" keys for the binding
148
150
// table.
149
151
@@ -162,6 +164,9 @@ static bool IsMemoryOnlyGlobalKey(NSString * key)
162
164
// We do not expect to see the "g/icd/cic" key; that's only used for an ICD
163
165
// that sends check-in messages.
164
166
167
+ // We do not expect to see the "g/icdfl" key; that's only used by
168
+ // DefaultICDClientStorage, which Matter.framework does not use.
169
+
165
170
return false ;
166
171
}
167
172
@@ -215,6 +220,9 @@ static bool IsMemoryOnlyIndexSpecificKey(NSString * key)
215
220
216
221
// We do not expect to see the "e/*" scenes keys.
217
222
223
+ // We do not epect to see the "icdc" or "icdk" keys, since those are only
224
+ // used by DefaultICDClientStorage, which Matter.framework does not use.
225
+
218
226
return false ;
219
227
}
220
228
You can’t perform that action at this time.
0 commit comments