MCPcopy
hub / github.com/freedomofpress/dangerzone / custom_runtime_specified

Method custom_runtime_specified

dangerzone/settings.py:65–66  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

63 }
64
65 def custom_runtime_specified(self) -> bool:
66 return "container_runtime" in self.settings
67
68 def set_custom_runtime(self, runtime: str, autosave: bool = False) -> Path:
69 container_runtime = self.path_from_name(runtime)

Callers 5

init_podman_commandFunction · 0.95
should_skipMethod · 0.80
should_skipMethod · 0.80
should_skipMethod · 0.80
should_skipMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected