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

Function make

packages/effect/src/internal/scopedRef.ts:71–72  ·  view source on GitHub ↗
(evaluate: LazyArg<A>)

Source from the content-addressed store, hash-verified

69
70/** @internal */
71export const make = <A>(evaluate: LazyArg<A>): Effect.Effect<ScopedRef.ScopedRef<A>, never, Scope.Scope> =>
72 fromAcquire(core.sync(evaluate))
73
74/** @internal */
75export const set = dual<

Callers

nothing calls this directly

Calls 2

fromAcquireFunction · 0.85
syncMethod · 0.80

Tested by

no test coverage detected