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

Method fiberRefs

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

* Retrieves the whole set of fiber refs.

()

Source from the content-addressed store, hash-verified

413 * Retrieves the whole set of fiber refs.
414 */
415 fiberRefs(): Effect.Effect<FiberRefs.FiberRefs> {
416 return this.ask((fiber) => fiber.getFiberRefs())
417 }
418
419 /**
420 * Returns an effect that will contain information computed from the fiber

Callers

nothing calls this directly

Calls 2

askMethod · 0.95
getFiberRefsMethod · 0.65

Tested by

no test coverage detected