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

Function runForegroundCommand

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

Source from the content-addressed store, hash-verified

41}
42
43export async function runForegroundCommand(command: string): Promise<string> {
44 const wrapped = wrapShellCommand(command);
45 return getExecutor().execute(wrapped, true);
46}

Callers 2

installServerFunction · 0.90
installServerFunction · 0.90

Calls 3

wrapShellCommandFunction · 0.85
getExecutorFunction · 0.70
executeMethod · 0.45

Tested by

no test coverage detected