MCPcopy Create free account
hub / github.com/Effect-TS/effect / write

Function write

packages/platform/deno/test/DenoSocket.test.ts:308–310  ·  view source on GitHub ↗
(chunk)

Source from the content-addressed store, hash-verified

306 const chunks: Array<string> = []
307 const writable = new WritableStream<Uint8Array>({
308 write(chunk) {
309 chunks.push(decoder.decode(chunk))
310 }
311 })
312
313 const socket = yield* Socket.fromTransformStream(

Callers 2

DenoSocket.test.tsFile · 0.70

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected