MCPcopy Create free account
hub / github.com/Effect-TS/effect / if

Function if

packages/effect/src/internal/effect.ts:3873–3875  ·  view source on GitHub ↗
(scope.state._tag === "Open")

Source from the content-addressed store, hash-verified

3871 key: {}
3872): void => {
3873 if (scope.state._tag === "Open") {
3874 scope.state.finalizers.delete(key)
3875 }
3876}
3877
3878/** @internal */

Callers 2

effect.tsFile · 0.70
dateTime.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected