MCPcopy Index your code
hub / github.com/coder/coder / Kill

Method Kill

pty/pty_other.go:169–171  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

167}
168
169func (p *otherProcess) Kill() error {
170 return p.cmd.Process.Kill()
171}
172
173func (p *otherProcess) Signal(sig os.Signal) error {
174 return p.cmd.Process.Signal(sig)

Callers

nothing calls this directly

Calls 1

KillMethod · 0.65

Tested by

no test coverage detected