We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b3dc4c commit ba789bbCopy full SHA for ba789bb
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