MCPcopy Index your code
hub / github.com/coder/agentapi / Signal

Method Signal

lib/termexec/termexec.go:108–110  ·  view source on GitHub ↗
(sig os.Signal)

Source from the content-addressed store, hash-verified

106}
107
108func (p *Process) Signal(sig os.Signal) error {
109 return p.execCmd.Process.Signal(sig)
110}
111
112// ReadScreen returns the contents of the terminal window.
113// It waits for the terminal to be stable for 16ms before

Callers 4

SetupACPFunction · 0.80
CloseMethod · 0.80
isProcessRunningFunction · 0.80
setupFunction · 0.80

Calls

no outgoing calls

Tested by 1

setupFunction · 0.64