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

Method children

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

* Retrieves the immediate children of the fiber.

()

Source from the content-addressed store, hash-verified

384 * Retrieves the immediate children of the fiber.
385 */
386 get children(): Effect.Effect<Array<Fiber.RuntimeFiber<any, any>>> {
387 return this.ask((fiber) => Array.from(fiber.getChildren()))
388 }
389
390 /**
391 * Gets the fiber's set of children.

Callers

nothing calls this directly

Calls 2

askMethod · 0.95
getChildrenMethod · 0.80

Tested by

no test coverage detected