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

Method filename

python-alpm/src/types/source.rs:20–22  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

18
19 #[getter]
20 fn filename(&self) -> Option<&PathBuf> {
21 self.0.filename()
22 }
23
24 #[getter]
25 fn source_url(&self) -> Option<SourceUrl> {

Callers 1

__repr__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected