Skip to content

Commit

Permalink
Update Darwin storage documentation for new key. (#30845)
Browse files Browse the repository at this point in the history
#30843 is adding a new
global key; we need to document why it's not relevant to us.
  • Loading branch information
bzbarsky-apple authored and pull[bot] committed Mar 12, 2024
1 parent bc92e1c commit 1025500
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/darwin/Framework/CHIP/MTRDemuxingStorage.mm
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,9 @@ static bool IsMemoryOnlyGlobalKey(NSString * key)
// We do not expect to see the "g/ts/tts", "g/ts/dntp", "g/ts/tz",
// "g/ts/dsto" Time Synchronization keys.

// We do not expect to see the "g/icd/cic" key; that's only used for an ICD
// that sends check-in messages.

return false;
}

Expand Down

0 comments on commit 1025500

Please sign in to comment.