Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
impl Default for OutputFile {
34
fn default() -> Self {
35
OutputFile(PathBuf::from(
".BUILDINFO"
))
36
}
37
}
38
39
impl Display for OutputFile {
Callers
nothing calls this directly
Calls
1
OutputFile
Class · 0.70
Tested by
no test coverage detected