MCPcopy Create free account
hub / github.com/anomalyco/opencode / transcript.test.ts

File transcript.test.ts

packages/tui/test/util/transcript.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expect, test } from "bun:test"
2import { formatAssistantHeader, formatMessage, formatPart, formatTranscript } from "../../src/util/transcript"
3import type { AssistantMessage, Part, Provider, UserMessage } from "@opencode-ai/sdk/v2"
4

Callers

nothing calls this directly

Calls 6

formatAssistantHeaderFunction · 0.90
formatPartFunction · 0.90
formatMessageFunction · 0.90
formatTranscriptFunction · 0.90
testFunction · 0.85
describeFunction · 0.50

Tested by

no test coverage detected