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

Function Second

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

Source from the content-addressed store, hash-verified

19}
20
21const Second = (first: First): Second => ({ _tag: "Second", first })
22
23describe("Channel", () => {
24 it.effect("ensuring - prompt closure between continuations", () =>

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected