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

Function _temp3

src/commands/ide/ide.tsx:198–200  ·  view source on GitHub ↗
(ide_3, index)

Source from the content-addressed store, hash-verified

196 return t11;
197}
198function _temp3(ide_3, index) {
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}

Callers

nothing calls this directly

Calls 1

formatWorkspaceFoldersFunction · 0.85

Tested by

no test coverage detected