MCPcopy Create free account
hub / github.com/CodeSentryAI/lockbud / cargo

Function cargo

src/bin/cargo-lockbud.rs:38–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36}
37
38fn cargo() -> Command {
39 Command::new(env::var_os("CARGO").unwrap_or_else(|| OsString::from("cargo")))
40}
41
42// Determines whether a `--flag` is present.
43fn has_arg_flag(name: &str) -> bool {

Callers 1

in_cargo_lockbudFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected