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

Method removeChild

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

* Removes a reference to the specified fiber inside the children set. * * **NOTE**: This method must be invoked by the fiber itself.

(child: FiberRuntime<any, any>)

Source from the content-addressed store, hash-verified

632 * **NOTE**: This method must be invoked by the fiber itself.
633 */
634 removeChild(child: FiberRuntime<any, any>) {
635 this.getChildren().delete(child)
636 }
637
638 /**
639 * Transfers all children of this fiber that are currently running to the

Callers 1

addMethod · 0.80

Calls 1

getChildrenMethod · 0.95

Tested by

no test coverage detected