MCPcopy Create free account
hub / github.com/Qovery/engine / clone

Method clone

lib-engine/src/helm.rs:819–821  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

817
818impl Clone for Box<dyn HelmChart> {
819 fn clone(&self) -> Self {
820 self.clone_dyn()
821 }
822}
823
824#[derive(Serialize, Deserialize)]

Callers 15

clone_dynMethod · 0.45
pre_execMethod · 0.45
runMethod · 0.45
execMethod · 0.45
get_vpa_chart_infoMethod · 0.45
clone_dynMethod · 0.45
pre_execMethod · 0.45
test_vpaFunction · 0.45

Calls 1

clone_dynMethod · 0.45

Tested by 15

test_vpaFunction · 0.36
test_get_repositoryFunction · 0.36
test_create_repositoryFunction · 0.36
test_delete_repositoryFunction · 0.36
test_get_docker_imageFunction · 0.36
test_delete_docker_imageFunction · 0.36
test_bucket_existsFunction · 0.36
test_get_bucketFunction · 0.36
test_update_bucketFunction · 0.36