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

Function scopeMake

packages/effect/src/internal/fiberRuntime.ts:3316–3318  ·  view source on GitHub ↗
(
  strategy: ExecutionStrategy.ExecutionStrategy = executionStrategy.sequential
)

Source from the content-addressed store, hash-verified

3314
3315/* @internal */
3316export const scopeMake = (
3317 strategy: ExecutionStrategy.ExecutionStrategy = executionStrategy.sequential
3318): Effect.Effect<Scope.Scope.Closeable> => core.sync(() => scopeUnsafeMake(strategy))
3319
3320/* @internal */
3321export const scopeExtend = dual<

Callers 2

scopedWithFunction · 0.85
scopedEffectFunction · 0.85

Calls 2

syncMethod · 0.80
scopeUnsafeMakeFunction · 0.70

Tested by

no test coverage detected