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

Method deploy_alias

crates/cargo-lambda-metadata/src/cargo/deploy.rs:224–226  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

222 }
223
224 pub fn deploy_alias(&self) -> Option<String> {
225 self.remote_config.as_ref().and_then(|r| r.alias.clone())
226 }
227}
228
229impl Serialize for Deploy {

Callers 4

deployFunction · 0.80
create_functionFunction · 0.80
update_function_configFunction · 0.80
update_function_codeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected