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

Function runQuickCommand

src/cm/lsp/installRuntime.ts:38–41  ·  view source on GitHub ↗
(command: string)

Source from the content-addressed store, hash-verified

36}
37
38export async function runQuickCommand(command: string): Promise<string> {
39 const wrapped = wrapShellCommand(command);
40 return getBackgroundExecutor().execute(wrapped, true);
41}
42
43export async function runForegroundCommand(command: string): Promise<string> {
44 const wrapped = wrapShellCommand(command);

Callers 7

readServerVersionFunction · 0.90
checkServerInstallationFunction · 0.90
uninstallServerFunction · 0.90
performInstallCheckFunction · 0.90
readLuauRuntimeFailureFunction · 0.90
checkInstallationFunction · 0.90
installServerFunction · 0.90

Calls 3

wrapShellCommandFunction · 0.85
getBackgroundExecutorFunction · 0.70
executeMethod · 0.45

Tested by

no test coverage detected