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

Method manifest_path

crates/cargo-lambda-system/src/lib.rs:51–55  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

49
50impl System {
51 pub fn manifest_path(&self) -> PathBuf {
52 self.manifest_path
53 .clone()
54 .unwrap_or_else(|| "Cargo.toml".into())
55 }
56
57 pub fn pkg_name(&self) -> Option<String> {
58 self.package.clone()

Callers 5

runFunction · 0.45
runFunction · 0.45
run_buildMethod · 0.45
run_watchMethod · 0.45
run_deployMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected