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

Method mkdir_p

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

Source from the content-addressed store, hash-verified

177 }
178
179 fn mkdir_p(&self) {
180 fs::create_dir_all(self)
181 .unwrap_or_else(|e| panic!("failed to mkdir_p {}: {}", self.display(), e))
182 }
183
184 fn ls_r(&self) -> Vec<PathBuf> {
185 walkdir::WalkDir::new(self)

Callers 8

test_deploy_workspaceFunction · 0.80
test_build_zip_workspaceFunction · 0.80
cargo_lambda_initFunction · 0.80
buildMethod · 0.80
mkMethod · 0.80
init_rootFunction · 0.80
global_root_legacyFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected