MCPcopy Create free account
hub / github.com/Effect-TS/effect / defaultEvaluate

Function defaultEvaluate

packages/effect/src/internal/core.ts:383–385  ·  view source on GitHub ↗
(_fiber: FiberImpl)

Source from the content-addressed store, hash-verified

381}
382
383function defaultEvaluate(_fiber: FiberImpl): Primitive | Yield {
384 return exitDie(`Effect.evaluate: Not implemented`) as any
385}
386
387/** @internal */
388export const makePrimitiveProto = <Op extends string>(options: {

Callers

nothing calls this directly

Calls 1

exitDieFunction · 0.85

Tested by

no test coverage detected