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

Function _temp6

src/components/ContextVisualization.tsx:465–467  ·  view source on GitHub ↗
(c_1)

Source from the content-addressed store, hash-verified

463 return c.name === "Free space";
464}
465function _temp6(c_1) {
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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected