MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / getExecutor

Function getExecutor

src/cm/lsp/serverLauncher.ts:56–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54}
55
56function getExecutor(): Executor {
57 const executor = (globalThis as unknown as { Executor?: Executor }).Executor;
58 if (!executor) {
59 throw new Error("Executor plugin is not available");
60 }
61 return executor;
62}
63
64/**
65 * Get the background executor

Callers 5

getBackgroundExecutorFunction · 0.70
startInteractiveServerFunction · 0.70
ensureServerRunningFunction · 0.70
stopManagedServerFunction · 0.70
resetManagedServersFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected