| 118 | } |
| 119 | |
| 120 | type PipePty struct { |
| 121 | remoteStdinWrite *os.File |
| 122 | remoteStdoutRead *os.File |
| 123 | } |
| 124 | |
| 125 | func (pp *PipePty) Fd() uintptr { |
| 126 | return pp.remoteStdinWrite.Fd() |
nothing calls this directly
no outgoing calls
no test coverage detected