Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tinygo-org/tinygo
/ Kill
Method
Kill
src/os/exec.go:83–85 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
81
}
82
83
func
(p *Process) Kill() error {
84
return
ErrNotImplemented
85
}
86
87
func
(p *Process) Signal(sig Signal) error {
88
return
ErrNotImplemented
Callers
3
Monitor
Function · 0.80
Debug
Function · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected