MCPcopy Create free account
hub / github.com/anomalyco/opencode / heal

Function heal

packages/session-ui/src/components/markdown-stream.ts:48–50  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

46}
47
48function heal(text: string) {
49 return remend(text, { linkMode: "text-only" })
50}
51
52export function stream(text: string, live: boolean): Block[] {
53 if (!live) return [{ raw: text, src: text, mode: "full" }] satisfies Block[]

Callers 1

streamFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected