MCPcopy Index your code
hub / github.com/Effect-TS/effect / [evaluate]

Function [evaluate]

packages/effect/src/Micro.ts:4333–4335  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4331 Object.assign(YieldableError.prototype, MicroProto, StructuralPrototype, {
4332 [identifier]: "Failure",
4333 [evaluate]() {
4334 return fail(this)
4335 },
4336 toString(this: Error) {
4337 return this.message ? `${this.name}: ${this.message}` : this.name
4338 },

Callers

nothing calls this directly

Calls 1

failFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…