| 99 | // It renders stdin and stdout contexts, so that children can access them if needed |
| 100 | // It also handles Ctrl+C exiting and cursor visibility |
| 101 | export default class App extends PureComponent<Props, State> { |
| 102 | static displayName = 'InternalApp'; |
| 103 | static getDerivedStateFromError(error: Error) { |
| 104 | return { |
nothing calls this directly
no outgoing calls
no test coverage detected