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

Method parent_dir

crates/cargo-lambda-build/src/archive.rs:91–96  ·  view source on GitHub ↗

Name of the parent directory to copy the binary into

(&self)

Source from the content-addressed store, hash-verified

89
90 /// Name of the parent directory to copy the binary into
91 pub fn parent_dir(&self) -> Option<&str> {
92 match self {
93 BinaryData::ExternalExtension(_) => Some("extensions"),
94 _ => None,
95 }
96 }
97
98 /// Command to use to build each kind of binary
99 pub fn build_help(&self) -> &str {

Callers 2

binary_path_in_zipMethod · 0.80
zip_binaryFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected