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

Method base

python-alpm/src/srcinfo/source_info/v1/mod.rs:36–38  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

34
35 #[getter]
36 fn base(&self) -> package_base::PackageBase {
37 self.0.base.clone().into()
38 }
39
40 #[getter]
41 fn packages(&self) -> Vec<package::Package> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected