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

Method Kill

pty/pty_windows.go:265–267  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

263}
264
265func (p *windowsProcess) Kill() error {
266 return p.proc.Kill()
267}
268
269func (p *windowsProcess) Signal(sig os.Signal) error {
270 // Windows doesn't support signals.

Callers 2

SignalMethod · 0.95
killOnContextMethod · 0.95

Calls 1

KillMethod · 0.65

Tested by

no test coverage detected