Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
21
const
Second = (first: First): Second => ({ _tag:
"Second"
, first })
22
23
describe(
"Channel"
, () => {
24
it.effect(
"ensuring - prompt closure between continuations"
, () =>
Callers
1
finalization.test.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected