We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3df8da4 commit 8098bc6Copy full SHA for 8098bc6
1 file changed
components/remote_settings/src/lib.rs
@@ -68,6 +68,9 @@ impl RemoteSettingsService {
68
}
69
70
/// Sync collections for all active clients
71
+ ///
72
+ /// The returned list is the list of collections for which updates were seen
73
+ /// and then synced.
74
#[handle_error(Error)]
75
pub fn sync(&self) -> ApiResult<Vec<String>> {
76
self.internal.sync()
0 commit comments