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

Struct ptyWindows

pty/pty_windows.go:101–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101type ptyWindows struct {
102 opts ptyOptions
103 console windows.Handle
104
105 outputWrite *os.File
106 outputRead *os.File
107 inputWrite *os.File
108 inputRead *os.File
109
110 closeMutex sync.Mutex
111 closed bool
112}
113
114type windowsProcess struct {
115 // cmdDone protects access to cmdErr: anything reading cmdErr should read from cmdDone first.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected