MCPcopy Create free account
hub / github.com/archlinux/alpm / conflicts

Method conflicts

python-alpm/src/srcinfo/source_info/v1/package.rs:296–303  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

294
295 #[getter]
296 fn conflicts(&self) -> Option<Override> {
297 into_pyoverride!(self.0.conflicts.clone(),
298 alpm_srcinfo_package::Override::Yes { value } => {
299 let relations: Vec<PackageRelation> = vec_convert!(value);
300 Overridable::RelationsOrSonames(vec_convert!(relations))
301 }
302 )
303 }
304
305 #[setter]
306 fn set_conflicts(&mut self, conflicts: Option<Override>) -> PyResult<()> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected