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

Function kill

pkg/tools/builtin/shell/cmd_js.go:23–25  ·  view source on GitHub ↗
(_ *os.Process, _ *processGroup)

Source from the content-addressed store, hash-verified

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

Callers 4

runNativeCommandMethod · 0.70
StopBackgroundJobMethod · 0.70
reapSpawnedChildFunction · 0.70
StopMethod · 0.70

Calls 1

NewMethod · 0.45

Tested by

no test coverage detected