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

Struct windowsProcess

pty/pty_windows.go:114–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114type windowsProcess struct {
115 // cmdDone protects access to cmdErr: anything reading cmdErr should read from cmdDone first.
116 cmdDone chan any
117 cmdErr error
118 proc *os.Process
119 pw *ptyWindows
120}
121
122// Name returns the TTY name on Windows.
123//

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected