(_fiber: MicroFiberImpl)
| 723 | } |
| 724 | |
| 725 | function defaultEvaluate(_fiber: MicroFiberImpl): Primitive | Yield { |
| 726 | return exitDie(`Micro.evaluate: Not implemented`) as any |
| 727 | } |
| 728 | |
| 729 | const makePrimitiveProto = <Op extends string>(options: { |
| 730 | readonly op: Op |
nothing calls this directly
no test coverage detected
searching dependent graphs…