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

Method root

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

Root of the project, ex: `/path/to/cargo/target/cit/t0/foo`

(&self)

Source from the content-addressed store, hash-verified

59
60 /// Root of the project, ex: `/path/to/cargo/target/cit/t0/foo`
61 pub fn root(&self) -> PathBuf {
62 self.root.clone()
63 }
64
65 /// Project's target dir, ex: `/path/to/cargo/target/cit/t0/foo/target`
66 pub fn build_dir(&self) -> PathBuf {

Callers 5

buildMethod · 0.45
rm_rootMethod · 0.45
build_dirMethod · 0.45
change_fileMethod · 0.45
read_fileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected