MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / terminateProcessTree

Function terminateProcessTree

tools/bash/background.go:388–390  ·  view source on GitHub ↗
(cmd *exec.Cmd)

Source from the content-addressed store, hash-verified

386}
387
388func TerminateProcessTree(cmd *exec.Cmd) {
389 terminateProcessTreeForPlatform(cmd)
390}
391
392func terminateProcessTree(cmd *exec.Cmd) {
393 TerminateProcessTree(cmd)

Callers 2

CancelMethod · 0.85
runTaskMethod · 0.85

Calls 1

TerminateProcessTreeFunction · 0.85

Tested by

no test coverage detected