MCPcopy Create free account
hub / github.com/effect-app/libs / evaluate

Function evaluate

repos/effect/packages/effect/src/Context.ts:270–272  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

268
269const ServiceProto: any = {
270 [ServiceTypeId]: ServiceTypeId,
271 ...Effectable.Prototype<Service<never, any>>({
272 label: "Service",
273 evaluate(fiber) {
274 return exitSucceed(get(fiber.context, this))
275 }

Callers

nothing calls this directly

Calls 1

getFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…