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

Function _temp

src/components/messages/SystemTextMessage.tsx:426–428  ·  view source on GitHub ↗
(sum, h)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected