Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
265
func
(p *windowsProcess) Kill() error {
266
return
p.proc.Kill()
267
}
268
269
func
(p *windowsProcess) Signal(sig os.Signal) error {
270
// Windows doesn't support signals.
Callers
2
Signal
Method · 0.95
killOnContext
Method · 0.95
Calls
1
Kill
Method · 0.65
Tested by
no test coverage detected