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

Interface LambdaCommandExt

crates/cargo-lambda-cli/tests/harness/mod.rs:147–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147pub trait LambdaCommandExt {
148 fn cargo_lambda() -> Self;
149}
150
151impl LambdaCommandExt for Command {
152 fn cargo_lambda() -> Self {

Callers

nothing calls this directly

Implementers 1

mod.rscrates/cargo-lambda-cli/tests/harness/

Calls

no outgoing calls

Tested by

no test coverage detected