Home
last modified time | relevance | path

Searched refs:posted_collections (Results 1 – 1 of 1) sorted by relevance

/dports/security/vaultwarden/vaultwarden-1.23.1/src/api/core/
H A Dciphers.rs601 let posted_collections: HashSet<String> = data.CollectionIds.iter().cloned().collect(); in post_collections_admin() localVariable
605 for collection in posted_collections.symmetric_difference(&current_collections) { in post_collections_admin()
610 if posted_collections.contains(&collection.uuid) { in post_collections_admin()