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

Function Second

packages/effect/test/Channel/mapping.test.ts:27–27  ·  view source on GitHub ↗
(first: First)

Source from the content-addressed store, hash-verified

25}
26
27const Second = (first: First): Second => ({ _tag: "Second", first })
28
29describe("Channel", () => {
30 it.effect("map", () =>

Callers 1

mapping.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected