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

Function cargo_lambda_new

crates/cargo-lambda-cli/tests/harness/mod.rs:73–76  ·  view source on GitHub ↗
(project_name: &str, template: P)

Source from the content-addressed store, hash-verified

71}
72
73pub fn cargo_lambda_new<P: AsRef<Path>>(project_name: &str, template: P) -> LambdaProject {
74 let project = project::project().build();
75 cargo_lambda_new_in_root(project_name, template, project.root())
76}
77
78pub fn cargo_lambda_new_in_root<P: AsRef<Path>, R: AsRef<Path>>(
79 project_name: &str,

Calls 4

projectFunction · 0.85
cargo_lambda_new_in_rootFunction · 0.85
buildMethod · 0.80
rootMethod · 0.45

Tested by

no test coverage detected