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

Function project

crates/cargo-lambda-cli/tests/harness/project.rs:100–102  ·  view source on GitHub ↗

Generates a project layout

()

Source from the content-addressed store, hash-verified

98
99// Generates a project layout
100pub fn project() -> ProjectBuilder {
101 ProjectBuilder::new(paths::root().join("foo"))
102}
103
104#[derive(PartialEq, Clone)]
105struct FileBuilder {

Callers 5

test_deploy_workspaceFunction · 0.85
test_build_zip_workspaceFunction · 0.85
cargo_lambda_newFunction · 0.85
cargo_lambda_initFunction · 0.85

Calls 2

newFunction · 0.85
rootFunction · 0.85

Tested by

no test coverage detected