Home
last modified time | relevance | path

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

/development/tools/external_crates/crate_health/src/
Dversion_match.rs142 self.source.map_field().values().filter(|val| !val.is_migration_eligible()) in ineligible()
148 pair.source.is_migration_eligible() in eligible_but_not_migratable()
155 self.compatible_pairs().filter(|crate_pair| crate_pair.source.is_migration_eligible()) in compatible_and_eligible()
161 .filter(|pair| pair.source.is_migration_eligible() && pair.dest.is_migratable()) in migratable()
181 if source_crate.is_migration_eligible() { in apply_patches()
369 fn is_migration_eligible(&self) -> bool { in is_migration_eligible() method
Dmigration.rs111 .filter(|(_nv, krate)| krate.is_migration_eligible()) in migrate()
Dcrate_type.rs273 fn is_migration_eligible(&self) -> bool; in is_migration_eligible() method
278 fn is_migration_eligible(&self) -> bool { in is_migration_eligible() method