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

Method getFiberRefs

packages/effect/src/Fiber.ts:169–169  ·  view source on GitHub ↗

* Retrieves all fiber refs of the fiber.

()

Source from the content-addressed store, hash-verified

167 * Retrieves all fiber refs of the fiber.
168 */
169 getFiberRefs(): FiberRefs.FiberRefs
170
171 /**
172 * Unsafely observes the fiber, but returns immediately if it is not

Callers 15

withStatementFunction · 0.65
fromWebHandlerFunction · 0.65
handleRequestFunction · 0.65
onEffectRequestFunction · 0.65
sendInterruptFunction · 0.65
LayerMap.tsFile · 0.65
runImplFunction · 0.65
runImplFunction · 0.65
core-effect.tsFile · 0.65
fiberRefsMethod · 0.65
inheritAllMethod · 0.65
["Blocked"]Method · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected