Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.ts
File · 0.70
Calls
1
decode
Method · 0.80
Tested by
no test coverage detected