MCPcopy Index your code
hub / github.com/docker/docker-agent / createProcessGroup

Function createProcessGroup

pkg/tools/builtin/shell/cmd_js.go:19–21  ·  view source on GitHub ↗
(_ *os.Process)

Source from the content-addressed store, hash-verified

17}
18
19func createProcessGroup(_ *os.Process) (*processGroup, error) {
20 return &processGroup{}, nil
21}
22
23func kill(_ *os.Process, _ *processGroup) error {
24 return errors.New("shell: process termination not supported on js/wasm")

Callers 2

runNativeCommandMethod · 0.70
RunShellBackgroundMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected