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

Function sync

packages/effect/src/internal/logger.ts:122–124  ·  view source on GitHub ↗
(evaluate: LazyArg<A>)

Source from the content-addressed store, hash-verified

120
121/** @internal */
122export const sync = <A>(evaluate: LazyArg<A>): Logger.Logger<unknown, A> => {
123 return simple(evaluate)
124}
125
126/** @internal */
127export const zip = dual<

Callers

nothing calls this directly

Calls 1

simpleFunction · 0.85

Tested by

no test coverage detected