SetIsTerminal overrides whether a terminal is connected. It is used to override this property in unit-tests, and should not be depended on for other purposes.
(isTerminal bool)
| 71 | // override this property in unit-tests, and should not be depended on for |
| 72 | // other purposes. |
| 73 | func (o *Out) SetIsTerminal(isTerminal bool) { |
| 74 | o.cs.setIsTerminal(isTerminal) |
| 75 | } |
nothing calls this directly
no test coverage detected