Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 */
502
export
const
getCurrentFiber = (): Fiber.Fiber<any, any> | undefined => (globalThis as any)[currentFiberTypeId]
503
504
/** @internal */
505
export
class
FiberImpl<A = any, E = any> implements Fiber.Fiber<A, E> {
Callers
2
effect.ts
File · 0.85
go
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected