Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ Signal
Method
Signal
pty/pty_other.go:173–175 ·
view source on GitHub ↗
(sig os.Signal)
Source
from the content-addressed store, hash-verified
171
}
172
173
func
(p *otherProcess) Signal(sig os.Signal) error {
174
return
p.cmd.Process.Signal(sig)
175
}
176
177
func
(p *otherProcess) waitInternal() {
178
// The GC can garbage collect the TTY FD before the command
Callers
nothing calls this directly
Calls
1
Signal
Method · 0.65
Tested by
no test coverage detected