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

Method default

alpm-buildinfo/src/cli.rs:34–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32
33impl Default for OutputFile {
34 fn default() -> Self {
35 OutputFile(PathBuf::from(".BUILDINFO"))
36 }
37}
38
39impl Display for OutputFile {

Callers

nothing calls this directly

Calls 1

OutputFileClass · 0.70

Tested by

no test coverage detected