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

Method should_skip

dangerzone/startup.py:87–91  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

85 name = "Starting Dangerzone VM"
86
87 def should_skip(self) -> bool:
88 return (
89 settings.Settings().custom_runtime_specified()
90 or platform.system() == "Linux"
91 )
92
93 def run(self) -> None:
94 PodmanMachineManager().start()

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected