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

Class OutputFile

alpm-pkginfo/src/cli.rs:36–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34/// ".PKGINFO"
35#[derive(Clone, Debug)]
36pub struct OutputFile(pub PathBuf);
37
38impl Default for OutputFile {
39 fn default() -> Self {

Callers 2

defaultMethod · 0.70
from_strMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected