()
| 40 | stream[ESCAPE_DECODER].next(); |
| 41 | |
| 42 | const triggerEscape = () => stream[ESCAPE_DECODER].next(''); |
| 43 | const { escapeCodeTimeout = ESCAPE_CODE_TIMEOUT } = iface; |
| 44 | let timeoutId; |
| 45 |
nothing calls this directly
no test coverage detected
searching dependent graphs…