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

Function _temp3

src/components/Settings/Status.tsx:191–197  ·  view source on GitHub ↗
(t0, j)

Source from the content-addressed store, hash-verified

189 return properties.length > 0 && <Box key={i} flexDirection="column">{properties.map(_temp3)}</Box>;
190}
191function _temp3(t0, j) {
192 const {
193 label,
194 value
195 } = t0;
196 return <Box key={j} flexDirection="row" gap={1} flexShrink={0}>{label !== undefined && <Text bold={true}>{label}:</Text>}<PropertyValue value={value} /></Box>;
197}
198function _temp2(s_0) {
199 return s_0.mcp;
200}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected