Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UsefulSoftwareCo/executor
/ executorAvailable
Function
executorAvailable
apps/desktop/src/main/service.ts:39–39 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
37
);
38
39
const
executorAvailable = (): boolean => app.isPackaged && existsSync(bundledExecutorPath());
40
41
let
userPathCapture: Promise<string | undefined> | null = null;
42
Callers
4
supervisedServiceStatus
Function · 0.85
installSupervisedService
Function · 0.85
uninstallSupervisedService
Function · 0.85
restartSupervisedService
Function · 0.85
Calls
1
bundledExecutorPath
Function · 0.85
Tested by
no test coverage detected