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

Method filename

alpm-types/src/source.rs:38–42  ·  view source on GitHub ↗

Returns the filename of the source if it is set.

(&self)

Source from the content-addressed store, hash-verified

36 /// A URL source.
37 SourceUrl {
38 /// The optional destination file name.
39 filename: Option<PathBuf>,
40 /// The source URL.
41 source_url: SourceUrl,
42 },
43}
44
45impl Source {

Callers

nothing calls this directly

Calls 1

as_refMethod · 0.45

Tested by

no test coverage detected