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

Function f

packages/effect/test/Channel/reading.test.ts:125–125  ·  view source on GitHub ↗
(n: number)

Source from the content-addressed store, hash-verified

123 })
124 )
125 const f = (n: number) => n
126 const g = (n: number) => [n, n]
127 const channel = pipe(
128 Channel.writeAll(1, 2),

Callers 1

mapperFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected