MCPcopy
hub / github.com/Effect-TS/effect / scopeClose

Function scopeClose

packages/effect/src/internal/core.ts:2177–2180  ·  view source on GitHub ↗
(
  self: Scope.Scope.Closeable,
  exit: Exit.Exit<unknown, unknown>
)

Source from the content-addressed store, hash-verified

2175
2176/* @internal */
2177export const scopeClose = (
2178 self: Scope.Scope.Closeable,
2179 exit: Exit.Exit<unknown, unknown>
2180): Effect.Effect<void> => self.close(exit)
2181
2182/* @internal */
2183export const scopeFork = (

Callers

nothing calls this directly

Calls 1

closeMethod · 0.65

Tested by

no test coverage detected