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

Method clone_dyn

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

Source from the content-addressed store, hash-verified

972
973impl HelmChart for CommonChart {
974 fn clone_dyn(&self) -> Box<dyn HelmChart> {
975 Box::new(self.clone())
976 }
977
978 fn get_chart_installation_checker(&self) -> Option<&dyn ChartInstallationChecker> {
979 self.chart_installation_checker.as_deref()

Callers 3

cloneMethod · 0.45
build_environmentMethod · 0.45

Calls 1

cloneMethod · 0.45

Tested by 1

build_environmentMethod · 0.36