Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
169
func
(p *otherProcess) Kill() error {
170
return
p.cmd.Process.Kill()
171
}
172
173
func
(p *otherProcess) Signal(sig os.Signal) error {
174
return
p.cmd.Process.Signal(sig)
Callers
nothing calls this directly
Calls
1
Kill
Method · 0.65
Tested by
no test coverage detected