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

Interface CargoPathExt

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

Source from the content-addressed store, hash-verified

145}
146
147pub trait CargoPathExt {
148 fn rm_rf(&self);
149 fn mkdir_p(&self);
150
151 /// Returns a list of all files and directories underneath the given
152 /// directory, recursively, including the starting path.
153 fn ls_r(&self) -> Vec<PathBuf>;
154}
155
156impl CargoPathExt for Path {
157 fn rm_rf(&self) {

Callers

nothing calls this directly

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected