Close implements the [io.Closer] interface.
()
| 43 | |
| 44 | // Close implements the [io.Closer] interface. |
| 45 | func (i *In) Close() error { |
| 46 | return i.in.Close() |
| 47 | } |
| 48 | |
| 49 | // IsTerminal returns whether this stream is connected to a terminal. |
| 50 | func (i *In) IsTerminal() bool { |
no outgoing calls