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

Method cargo_lambda

crates/cargo-lambda-cli/tests/harness/mod.rs:152–154  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

150
151impl LambdaCommandExt for Command {
152 fn cargo_lambda() -> Self {
153 Self::new(cargo_exe()).with_assert(project::assert_ui())
154 }
155}
156
157pub fn deploy_output_json(output: &OutputAssert) -> Result<serde_json::Value, serde_json::Error> {

Callers

nothing calls this directly

Calls 3

newFunction · 0.85
cargo_exeFunction · 0.85
assert_uiFunction · 0.85

Tested by

no test coverage detected