Searched refs:patch_exists (Results 1 – 1 of 1) sorted by relevance
237 pub fn patch_exists(&self, patch: &PatchDictSchema) -> bool { in patch_exists() method277 let cur_collection = cur_collection.filter_patches(|p| cur_collection.patch_exists(p)); in new_patches()283 let old_collection = old_collection.filter_patches(|p| old_collection.patch_exists(p)); in new_patches()303 p.platforms.contains(platform) || (p.platforms.is_empty() && collection.patch_exists(p)) in filter_patches_by_platform()