MCPcopy 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_filesFunction · 0.80
set_file_permissionFunction · 0.80
write_kubeconfig_on_diskFunction · 0.80
archive_size_bytesFunction · 0.80
create_bucketMethod · 0.80
put_objectMethod · 0.80

Calls 1

as_refMethod · 0.80

Tested by

no test coverage detected