MCPcopy
hub / github.com/Effect-TS/effect / defaultEvaluate

Function defaultEvaluate

packages/effect/src/Micro.ts:725–727  ·  view source on GitHub ↗
(_fiber: MicroFiberImpl)

Source from the content-addressed store, hash-verified

723}
724
725function defaultEvaluate(_fiber: MicroFiberImpl): Primitive | Yield {
726 return exitDie(`Micro.evaluate: Not implemented`) as any
727}
728
729const makePrimitiveProto = <Op extends string>(options: {
730 readonly op: Op

Callers

nothing calls this directly

Calls 1

exitDieFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…