Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
23
func
kill(_ *os.Process, _ *processGroup) error {
24
return
errors.New(
"shell: process termination not supported on js/wasm"
)
25
}
Callers
4
runNativeCommand
Method · 0.70
StopBackgroundJob
Method · 0.70
reapSpawnedChild
Function · 0.70
Stop
Method · 0.70
Calls
1
New
Method · 0.45
Tested by
no test coverage detected