| 47 | } as ITerminalOptions; |
| 48 | |
| 49 | interface State { |
| 50 | showMenu: boolean; |
| 51 | showRz: boolean; |
| 52 | showSz: boolean; |
| 53 | } |
| 54 | |
| 55 | const state = { showRz: false, showSz: false, showMenu: false }; |
| 56 |
nothing calls this directly
no outgoing calls
no test coverage detected