MCPcopy 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.tsFile · 0.50
withScopeFunction · 0.50

Calls 1

toStringMethod · 0.65

Tested by

no test coverage detected