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

Function _temp2

src/components/tasks/DreamDetailDialog.tsx:245–247  ·  view source on GitHub ↗
(turn, i)

Source from the content-addressed store, hash-verified

243 return t19;
244}
245function _temp2(turn, i) {
246 return <Box key={i} flexDirection="column"><Text wrap="wrap">{turn.text}</Text>{turn.toolUseCount > 0 && <Text dimColor={true}>{" "}({turn.toolUseCount}{" "}{plural(turn.toolUseCount, "tool")})</Text>}</Box>;
247}
248function _temp(t) {
249 return t.text !== "";
250}

Callers

nothing calls this directly

Calls 1

pluralFunction · 0.85

Tested by

no test coverage detected