FD returns the file descriptor number for this stream.
()
| 26 | |
| 27 | // FD returns the file descriptor number for this stream. |
| 28 | func (i *In) FD() uintptr { |
| 29 | return i.cs.fd |
| 30 | } |
| 31 | |
| 32 | // File returns the underlying *os.File if the stream was constructed from one. |
| 33 | // If the stream was created from a non-file (e.g., a pipe, buffer, or wrapper), |
no outgoing calls
no test coverage detected