MCPcopy
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
83func (p *Process) Kill() error {
84 return ErrNotImplemented
85}
86
87func (p *Process) Signal(sig Signal) error {
88 return ErrNotImplemented

Callers 3

MonitorFunction · 0.80
DebugFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected