MCPcopy Index your code
hub / github.com/simstudioai/sim / decodeChunk

Function decodeChunk

apps/sim/lib/copilot/request/session/writer.test.ts:22–24  ·  view source on GitHub ↗
(value: Uint8Array)

Source from the content-addressed store, hash-verified

20import { StreamWriter } from '@/lib/copilot/request/session/writer'
21
22function decodeChunk(value: Uint8Array): string {
23 return new TextDecoder().decode(value)
24}
25
26describe('StreamWriter', () => {
27 beforeEach(() => {

Callers 1

writer.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected