Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
fn cargo() -> Command {
39
Command::new(env::var_os(
"CARGO"
).unwrap_or_else(|| OsString::from(
"cargo"
)))
40
}
41
42
// Determines whether a `--flag` is present.
43
fn has_arg_flag(name: &str) -> bool {
Callers
1
in_cargo_lockbud
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected