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

Method children

packages/effect/src/Micro.ts:589–591  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

587 }
588
589 children(): Set<MicroFiber<any, any>> {
590 return this._children ??= new Set()
591 }
592}
593
594const fiberMiddleware = globalValue("effect/Micro/fiberMiddleware", () => ({

Callers 1

unsafeForkFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected