MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / pushDetail

Function pushDetail

ui-tui/src/components/thinking.tsx:782–782  ·  view source on GitHub ↗
(row: DetailRow)

Source from the content-addressed store, hash-verified

780 const groups: Group[] = []
781 const meta: DetailRow[] = []
782 const pushDetail = (row: DetailRow) => (groups.at(-1)?.details ?? meta).push(row)
783
784 for (const [i, line] of trail.entries()) {
785 const parsed = parseToolTrailResultLine(line)

Callers 1

thinking.tsxFile · 0.85

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected