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

Function release

packages/effect/test/ScopedCache.test.ts:558–558  ·  view source on GitHub ↗
(exit)

Source from the content-addressed store, hash-verified

556 Context.make(Scope.Scope, scope)
557 )
558 const release: Scope.Scope.Finalizer = (exit) => Scope.close(scope, exit)
559 yield* acquire
560 yield* (TestClock.adjust(Duration.seconds(11)))
561 yield* (Effect.scoped(Effect.asVoid(cache.get(void 0))))

Callers 1

Calls 1

closeMethod · 0.65

Tested by

no test coverage detected