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

Method setFiberRefs

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

* Wholesale replaces all fiber refs of this fiber. * * **NOTE**: This method must be invoked by the fiber itself.

(fiberRefs: FiberRefs.FiberRefs)

Source from the content-addressed store, hash-verified

613 * **NOTE**: This method must be invoked by the fiber itself.
614 */
615 setFiberRefs(fiberRefs: FiberRefs.FiberRefs): void {
616 this._fiberRefs = fiberRefs
617 this.refreshRefCache()
618 }
619
620 /**
621 * Adds a reference to the specified fiber inside the children set.

Callers 8

["Blocked"]Method · 0.95
FiberRefs.test.tsFile · 0.80
LayerMap.tsFile · 0.80
core-effect.tsFile · 0.80
inheritAllMethod · 0.80
addFinalizerFunction · 0.80
provideFunction · 0.80
layer.tsFile · 0.80

Calls 1

refreshRefCacheMethod · 0.95

Tested by

no test coverage detected