MCPcopy Index your code
hub / github.com/anomalyco/opencode / text

Function text

packages/opencode/test/provider/transform.test.ts:1741–1741  ·  view source on GitHub ↗
(label: string)

Source from the content-addressed store, hash-verified

1739 const valid = "🚀"
1740 const sanitized = "�"
1741 const text = (label: string) => `${label} ${lone} and ${valid}`
1742 const expected = (label: string) => `${label} ${sanitized} and ${valid}`
1743 const msgs = [
1744 { role: "system", content: text("system") },

Callers 1

transform.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected