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

Method binary_location

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

Location of the binary after building it

(&self)

Source from the content-addressed store, hash-verified

81
82 /// Location of the binary after building it
83 pub fn binary_location(&self) -> &str {
84 match self {
85 BinaryData::Function(name) => name,
86 BinaryData::ExternalExtension(_) | BinaryData::InternalExtension(_) => "extensions",
87 }
88 }
89
90 /// Name of the parent directory to copy the binary into
91 pub fn parent_dir(&self) -> Option<&str> {

Callers 1

create_binary_archiveFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected