MCPcopy Create free account
hub / github.com/Effect-TS/effect / getCurrentFiber

Function getCurrentFiber

packages/effect/src/internal/effect.ts:502–502  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

500
501/** @internal */
502export const getCurrentFiber = (): Fiber.Fiber<any, any> | undefined => (globalThis as any)[currentFiberTypeId]
503
504/** @internal */
505export class FiberImpl<A = any, E = any> implements Fiber.Fiber<A, E> {

Callers 2

effect.tsFile · 0.85
goFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected