(sum, h)
| 424 | return <Text key={`cmd-${idx}`} dimColor={true}>{" \u23BF "}{info.command === "prompt" ? `prompt: ${info.promptText || ""}` : info.command}{durationStr}</Text>; |
| 425 | } |
| 426 | function _temp(sum, h) { |
| 427 | return sum + (h.durationMs ?? 0); |
| 428 | } |
| 429 | function SystemTextMessageInner(t0) { |
| 430 | const $ = _c(18); |
| 431 | const { |
nothing calls this directly
no outgoing calls
no test coverage detected