Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ transform
Function
transform
packages/platform-node-shared/test/Stream.test.ts:24–26 ·
view source on GitHub ↗
(chunk, _encoding, callback)
Source
from the content-addressed store, hash-verified
22
() =>
23
new
Transform({
24
transform(chunk, _encoding, callback) {
25
callback(null, chunk.toString().toUpperCase())
26
}
27
}),
28
() =>
"error"
29
)
Callers
2
httpRouter.ts
File · 0.50
withScope
Function · 0.50
Calls
1
toString
Method · 0.65
Tested by
no test coverage detected