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

Method getFiberRef

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

* Reads the current value of a fiber ref

(fiberRef: FiberRef<X>)

Source from the content-addressed store, hash-verified

136 * Reads the current value of a fiber ref
137 */
138 getFiberRef<X>(fiberRef: FiberRef<X>): X
139
140 /**
141 * The identity of the fiber.

Callers 15

httpClient.tsFile · 0.65
runFunction · 0.65
cacheInvalidateFunction · 0.65
withStatementFunction · 0.65
reportUnhandledErrorFunction · 0.65
makeFunction · 0.65
runFunction · 0.65
toHandledFunction · 0.65
toHttpAppFunction · 0.65
httpMiddleware.tsFile · 0.65
executeAcquireFunction · 0.65
fetchHttpClient.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected