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

Method build_dir

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

Project's target dir, ex: `/path/to/cargo/target/cit/t0/foo/target`

(&self)

Source from the content-addressed store, hash-verified

64
65 /// Project's target dir, ex: `/path/to/cargo/target/cit/t0/foo/target`
66 pub fn build_dir(&self) -> PathBuf {
67 self.root().join("target")
68 }
69
70 // /// Changes the contents of an existing file.
71 pub fn change_file(&self, path: &str, body: &str) {

Callers 1

lambda_dirMethod · 0.80

Calls 1

rootMethod · 0.45

Tested by

no test coverage detected