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

Method id

packages/effect/src/internal/fiberRuntime.ts:344–346  ·  view source on GitHub ↗

* The identity of the fiber.

()

Source from the content-addressed store, hash-verified

342 * The identity of the fiber.
343 */
344 id(): FiberId.Runtime {
345 return this._fiberId
346 }
347
348 /**
349 * Begins execution of the effect associated with this fiber on in the

Callers 4

awaitMethod · 0.95
reportExitValueMethod · 0.95
logMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected