Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
231
fn launch_agent_supported() -> bool {
232
cfg!(target_os =
"macos"
)
233
}
234
235
fn ensure_launch_agent_supported() -> anyhow::Result<()> {
236
if launch_agent_supported() {
Callers
3
installed_port
Function · 0.85
active
Function · 0.85
ensure_launch_agent_supported
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected