* Wholesale replaces all fiber refs of this fiber. * * **NOTE**: This method must be invoked by the fiber itself.
(fiberRefs: FiberRefs.FiberRefs)
| 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. |
no test coverage detected