(ide_2)
| 199 | return <Box key={index} paddingLeft={3}><Text dimColor={true}>• {ide_3.name}: {formatWorkspaceFolders(ide_3.workspaceFolders)}</Text></Box>; |
| 200 | } |
| 201 | function _temp2(ide_2) { |
| 202 | return ide_2.name === "VS Code" || ide_2.name === "Visual Studio Code"; |
| 203 | } |
| 204 | function _temp(acc, ide_0) { |
| 205 | acc[ide_0.name] = (acc[ide_0.name] || 0) + 1; |
| 206 | return acc; |
nothing calls this directly
no outgoing calls
no test coverage detected