MCPcopy
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
9class SystemShell {
10 static async exec (cmds, args) {
11 throw new Error('You have to implement the method exec!')
12 }
13}
14
15class LinuxSystemShell extends SystemShell {

Callers 15

setProxyFunction · 0.45
unsetProxyFunction · 0.45
getPipEnvFunction · 0.45
setPipEnvFunction · 0.45
unsetPipEnvFunction · 0.45
getNpmEnvFunction · 0.45
setNpmEnvFunction · 0.45
unsetNpmEnvFunction · 0.45
setYarnEnvFunction · 0.45
unsetYarnEnvFunction · 0.45
setProxyFunction · 0.45
unsetProxyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected