MCPcopy Index your code
hub / github.com/Effect-TS/effect / setExitValue

Method setExitValue

packages/effect/src/internal/fiberRuntime.ts:846–853  ·  view source on GitHub ↗
(exit: Exit.Exit<A, E>)

Source from the content-addressed store, hash-verified

844 }
845
846 setExitValue(exit: Exit.Exit<A, E>) {
847 this._exitValue = exit
848 this.reportExitValue(exit)
849 for (let i = this._observers.length - 1; i >= 0; i--) {
850 this._observers[i](exit)
851 }
852 this._observers = []
853 }
854
855 getLoggers() {
856 return this.getFiberRef(currentLoggers)

Callers 1

evaluateEffectMethod · 0.95

Calls 1

reportExitValueMethod · 0.95

Tested by

no test coverage detected