Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
export
async
function
runForegroundCommand(command: string): Promise<string> {
44
const
wrapped = wrapShellCommand(command);
45
return
getExecutor().execute(wrapped, true);
46
}
Callers
2
installServer
Function · 0.90
installServer
Function · 0.90
Calls
3
wrapShellCommand
Function · 0.85
getExecutor
Function · 0.70
execute
Method · 0.45
Tested by
no test coverage detected