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

Method clone

lib-engine/src/cmd/docker.rs:218–225  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

216
217impl Clone for Docker {
218 fn clone(&self) -> Self {
219 Self {
220 config_path: TempDir::with_prefix("docker-").unwrap(),
221 builder_location: self.builder_location.clone(),
222 socket_location: self.socket_location.clone(),
223 common_envs: self.common_envs.clone(),
224 }
225 }
226}
227
228impl Docker {

Callers 15

mk_kube_clientMethod · 0.45
runMethod · 0.45
info_contextMethod · 0.45
to_common_helm_chartMethod · 0.45
verify_installationMethod · 0.45
clone_dynMethod · 0.45
to_common_helm_chartMethod · 0.45
build_receiver_valuesFunction · 0.45
build_target_valuesFunction · 0.45

Calls

no outgoing calls