MCPcopy Create free account
hub / github.com/Rust-API/Rust-API-Bypass-Checker / show_error

Function show_error

src/bin/cargo-api-bypass.rs:25–28  ·  view source on GitHub ↗
(msg: String)

Source from the content-addressed store, hash-verified

23}
24
25fn show_error(msg: String) -> ! {
26 eprintln!("fatal error: {}", msg);
27 std::process::exit(1)
28}
29
30// Determines whether a flag `name` is present before `--`.
31// For example, has_arg_flag("-v")

Callers 2

current_crateFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected