From fc33a56a550a9ec949dcbf27731c95fa463cfdf1 Mon Sep 17 00:00:00 2001 From: Jeff Tung <100387939+jtung-apple@users.noreply.github.com> Date: Thu, 11 Apr 2024 16:03:35 -0700 Subject: [PATCH] Update src/darwin/Framework/CHIP/MTRDeviceControllerDataStore.h Co-authored-by: Boris Zbarsky --- src/darwin/Framework/CHIP/MTRDeviceControllerDataStore.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/darwin/Framework/CHIP/MTRDeviceControllerDataStore.h b/src/darwin/Framework/CHIP/MTRDeviceControllerDataStore.h index 3443bc8978460b..812de62004f0e3 100644 --- a/src/darwin/Framework/CHIP/MTRDeviceControllerDataStore.h +++ b/src/darwin/Framework/CHIP/MTRDeviceControllerDataStore.h @@ -50,6 +50,7 @@ NS_ASSUME_NONNULL_BEGIN // clusterDataByNode a dictionary: nodeID => cluster data dictionary typedef void (^MTRDeviceControllerDataStoreClusterDataHandler)(NSDictionary *> * clusterDataByNode); + /** * Asks the data store to load cluster data for nodes in bulk, if the storageDelegate supports it. */