MCPcopy Create free account
hub / github.com/bearlyai/OpenADE / currentExecutor

Function currentExecutor

projects/electron/src/executor.ts:227–234  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

225}
226
227export const currentExecutor = (): { window: BrowserWindow | null } => {
228 if (executorWindow && executorWindow.isDestroyed()) {
229 startExecutor()
230 }
231 return {
232 window: executorWindow,
233 }
234}
235
236const showExecutor = async () => {
237 try {

Callers 7

bestWindowFunction · 0.90
notifyFeOnUpdateErrorFunction · 0.90
forceEnableDevToolsFunction · 0.85
showExecutorFunction · 0.85

Calls 1

startExecutorFunction · 0.85

Tested by

no test coverage detected