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

Function get

packages/effect/src/FiberHandle.ts:303–304  ·  view source on GitHub ↗
(self: FiberHandle<A, E>)

Source from the content-addressed store, hash-verified

301 * @categories combinators
302 */
303export const get = <A, E>(self: FiberHandle<A, E>): Effect.Effect<Fiber.RuntimeFiber<A, E>, NoSuchElementException> =>
304 Effect.suspend(() => unsafeGet(self))
305
306/**
307 * @since 2.0.0

Callers

nothing calls this directly

Calls 1

unsafeGetFunction · 0.70

Tested by

no test coverage detected