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

Method zip_name

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

Name of the zip archive

(&self)

Source from the content-addressed store, hash-verified

76
77 /// Name of the zip archive
78 pub fn zip_name(&self) -> String {
79 format!("{}.zip", self.binary_name())
80 }
81
82 /// Location of the binary after building it
83 pub fn binary_location(&self) -> &str {

Callers 3

create_binary_archiveFunction · 0.45
use_zip_in_placeFunction · 0.45
zip_binaryFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected