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

Function _temp5

src/components/ContextVisualization.tsx:468–470  ·  view source on GitHub ↗
(row, rowIndex)

Source from the content-addressed store, hash-verified

466 return c_1.name === "Free space";
467}
468function _temp5(row, rowIndex) {
469 return <Box key={rowIndex} flexDirection="row" marginLeft={-1}>{row.map(_temp4)}</Box>;
470}
471function _temp4(square, colIndex) {
472 if (square.categoryName === "Free space") {
473 return <Text key={colIndex} dimColor={true}>{"\u26F6 "}</Text>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected