MCPcopy 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
39const executorAvailable = (): boolean => app.isPackaged && existsSync(bundledExecutorPath());
40
41let userPathCapture: Promise<string | undefined> | null = null;
42

Callers 4

supervisedServiceStatusFunction · 0.85
installSupervisedServiceFunction · 0.85
restartSupervisedServiceFunction · 0.85

Calls 1

bundledExecutorPathFunction · 0.85

Tested by

no test coverage detected