Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
388
func
TerminateProcessTree(cmd *exec.Cmd) {
389
terminateProcessTreeForPlatform(cmd)
390
}
391
392
func
terminateProcessTree(cmd *exec.Cmd) {
393
TerminateProcessTree(cmd)
Callers
2
Cancel
Method · 0.85
runTask
Method · 0.85
Calls
1
TerminateProcessTree
Function · 0.85
Tested by
no test coverage detected