Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
229
impl Serialize for Deploy {
Callers
4
deploy
Function · 0.80
create_function
Function · 0.80
update_function_config
Function · 0.80
update_function_code
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected