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

Method getFiberRefs

packages/effect/src/internal/fiberRuntime.ts:559–562  ·  view source on GitHub ↗

* Retrieves all fiber refs of the fiber. * * **NOTE**: This method is safe to invoke on any fiber, but if not invoked * on this fiber, then values derived from the fiber's state (including the * log annotations and log level) may not be up-to-date.

()

Source from the content-addressed store, hash-verified

557 * log annotations and log level) may not be up-to-date.
558 */
559 getFiberRefs(): FiberRefs.FiberRefs {
560 this.setFiberRef(currentRuntimeFlags, this.currentRuntimeFlags)
561 return this._fiberRefs
562 }
563
564 /**
565 * Deletes the specified fiber ref.

Callers 4

inheritAllMethod · 0.95
logMethod · 0.95
pushStackMethod · 0.95
["Blocked"]Method · 0.95

Calls 1

setFiberRefMethod · 0.95

Tested by

no test coverage detected