Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/docmirror/dev-sidecar
/ exec
Method
exec
packages/core/src/shell/shell.js:10–12 ·
view source on GitHub ↗
(cmds, args)
Source
from the content-addressed store, hash-verified
8
9
class
SystemShell {
10
static
async
exec (cmds, args) {
11
throw
new
Error(
'You have to implement the method exec!'
)
12
}
13
}
14
15
class
LinuxSystemShell extends SystemShell {
Callers
15
setProxy
Function · 0.45
unsetProxy
Function · 0.45
getPipEnv
Function · 0.45
setPipEnv
Function · 0.45
unsetPipEnv
Function · 0.45
getNpmEnv
Function · 0.45
setNpmEnv
Function · 0.45
unsetNpmEnv
Function · 0.45
setYarnEnv
Function · 0.45
unsetYarnEnv
Function · 0.45
setProxy
Function · 0.45
unsetProxy
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected