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

Function sync

packages/effect/src/internal/metric.ts:262–263  ·  view source on GitHub ↗
(evaluate: LazyArg<Out>)

Source from the content-addressed store, hash-verified

260
261/** @internal */
262export const sync = <Out>(evaluate: LazyArg<Out>): Metric.Metric<void, unknown, Out> =>
263 make(void 0 as void, constVoid, evaluate, constVoid)
264
265/** @internal */
266export const summary = (

Callers

nothing calls this directly

Calls 1

makeFunction · 0.70

Tested by

no test coverage detected