MCPcopy Index your code
hub / github.com/Effect-TS/effect / write

Function write

packages/platform-node/test/Socket.test.ts:90–92  ·  view source on GitHub ↗
(chunk)

Source from the content-addressed store, hash-verified

88 const chunks: Array<string> = []
89 const writable = new WritableStream<Uint8Array>({
90 write(chunk) {
91 chunks.push(decoder.decode(chunk))
92 }
93 })
94
95 const socket = yield* Socket.fromTransformStream(Effect.succeed({

Callers 1

Socket.test.tsFile · 0.70

Calls 1

decodeMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…