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

Struct otherProcess

pty/pty_other.go:155–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155type otherProcess struct {
156 pty *os.File
157 cmd *exec.Cmd
158
159 // cmdDone protects access to cmdErr: anything reading cmdErr should read from cmdDone first.
160 cmdDone chan any
161 cmdErr error
162}
163
164func (p *otherProcess) Wait() error {
165 <-p.cmdDone

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected