MCPcopy Index your code
hub / github.com/NativeScript/SimDeck / launch_agent_supported

Function launch_agent_supported

packages/server/src/service.rs:231–233  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

229}
230
231fn launch_agent_supported() -> bool {
232 cfg!(target_os = "macos")
233}
234
235fn ensure_launch_agent_supported() -> anyhow::Result<()> {
236 if launch_agent_supported() {

Callers 3

installed_portFunction · 0.85
activeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected