Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Qovery/engine
/ metadata
Method
metadata
lib-engine/src/io_models/context.rs:124–126 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
122
}
123
124
pub fn metadata(&self) -> Option<&Metadata> {
125
self.metadata.as_ref()
126
}
127
128
pub fn is_dry_run_deploy(&self) -> bool {
129
match &self.metadata {
Callers
6
copy_files
Function · 0.80
set_file_permission
Function · 0.80
write_kubeconfig_on_disk
Function · 0.80
archive_size_bytes
Function · 0.80
create_bucket
Method · 0.80
put_object
Method · 0.80
Calls
1
as_ref
Method · 0.80
Tested by
no test coverage detected