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

Method binary_name

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

Name of the binary to copy inside the zip archive

(&self)

Source from the content-addressed store, hash-verified

68
69 /// Name of the binary to copy inside the zip archive
70 pub fn binary_name(&self) -> &str {
71 match self {
72 BinaryData::Function(_) => "bootstrap",
73 BinaryData::ExternalExtension(name) | BinaryData::InternalExtension(name) => name,
74 }
75 }
76
77 /// Name of the zip archive
78 pub fn zip_name(&self) -> String {

Callers 3

binary_path_in_zipMethod · 0.80
create_binary_archiveFunction · 0.80
runFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected