(s)
| 631 | return s_0.plugins.installationStatus; |
| 632 | } |
| 633 | function _temp2(s) { |
| 634 | return s.plugins.errors; |
| 635 | } |
| 636 | function getInitialViewState(parsedCommand: ParsedCommand): ViewState { |
| 637 | switch (parsedCommand.type) { |
| 638 | case 'help': |
nothing calls this directly
no outgoing calls
no test coverage detected