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

Function eval

packages/effect/src/Micro.ts:830–833  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

828 op: "Success",
829 prop: "value",
830 eval(fiber) {
831 const cont = fiber.getCont(successCont)
832 return cont ? cont[successCont](this[args], fiber) : fiber.yieldWith(this)
833 }
834})
835
836/**

Callers

nothing calls this directly

Calls 9

causeIsInterruptFunction · 0.85
exitSucceedFunction · 0.85
getContMethod · 0.80
yieldWithMethod · 0.80
getRefMethod · 0.80
bodyMethod · 0.80
scheduleTaskMethod · 0.65
evaluateMethod · 0.65
registerFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…