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

Method final_path

crates/cargo-lambda-new/src/template.rs:144–147  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

142 }
143
144 pub(crate) fn final_path(&self) -> PathBuf {
145 let path = self.path();
146 Self::template_path(path)
147 }
148
149 /// Cleans up the temporary directories if they exist.
150 pub(crate) fn cleanup(&self) {

Callers 1

new_projectFunction · 0.80

Calls 1

pathMethod · 0.80

Tested by

no test coverage detected