Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ write
Function
write
packages/platform/node/test/NodeSocket.test.ts:199–201 ·
view source on GitHub ↗
(chunk)
Source
from the content-addressed store, hash-verified
197
const
chunks: Array<string> = []
198
const
writable =
new
WritableStream<Uint8Array>({
199
write(chunk) {
200
chunks.push(decoder.decode(chunk))
201
}
202
})
203
204
const
socket = yield* Socket.fromTransformStream(
Callers
1
NodeSocket.test.ts
File · 0.70
Calls
1
push
Method · 0.80
Tested by
no test coverage detected