MCPcopy Create free account
hub / github.com/codeaashu/claude-code / _temp2

Function _temp2

src/commands/ide/ide.tsx:201–203  ·  view source on GitHub ↗
(ide_2)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected