MCPcopy Index your code
hub / github.com/cargo-lambda/cargo-lambda / rustup_cmd

Function rustup_cmd

crates/cargo-lambda-build/src/toolchain.rs:69–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67}
68
69pub(crate) fn rustup_cmd() -> String {
70 env::var("RUSTUP").unwrap_or_else(|_| "rustup".to_string())
71}
72
73#[cfg(test)]
74mod tests {

Callers 3

runFunction · 0.85
install_target_componentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected