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

Function main

dev-scripts/src/main.rs:47–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45}
46
47fn main() -> ExitCode {
48 if let Err(error) = run_command() {
49 eprintln!("{error}");
50 ExitCode::FAILURE
51 } else {
52 ExitCode::SUCCESS
53 }
54}

Callers

nothing calls this directly

Calls 1

run_commandFunction · 0.85

Tested by

no test coverage detected