Searched refs:patch_exists (Results 1 – 1 of 1) sorted by relevance
297 pub fn patch_exists(&self, patch: &PatchDictSchema) -> bool { in patch_exists() method367 let old_collection = old_collection.filter_patches(|p| old_collection.patch_exists(p)); in new_patches()393 p.platforms.contains(platform) || (p.platforms.is_empty() && collection.patch_exists(p)) in filter_patches_by_platform()402 if !collection.patch_exists(p) { in validate_patches()