MCPcopy Create free account
hub / github.com/cargo-lambda/cargo-lambda / lambda_dir

Method lambda_dir

crates/cargo-lambda-cli/tests/harness/project.rs:82–84  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

80 }
81
82 pub fn lambda_dir(&self) -> PathBuf {
83 self.build_dir().join("lambda")
84 }
85
86 pub fn lambda_function_bin(&self, name: &str) -> PathBuf {
87 self.lambda_dir().join(name).join("bootstrap")

Callers 4

test_build_exampleFunction · 0.80
lambda_function_binMethod · 0.80
lambda_function_zipMethod · 0.80
lambda_extension_binMethod · 0.80

Calls 1

build_dirMethod · 0.80

Tested by

no test coverage detected