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

Method status

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

* The status of the fiber.

()

Source from the content-addressed store, hash-verified

358 * The status of the fiber.
359 */
360 get status(): Effect.Effect<FiberStatus.FiberStatus> {
361 return this.ask((_, status) => status)
362 }
363
364 /**
365 * Gets the fiber runtime flags.

Callers 1

Fiber.test.tsFile · 0.45

Calls 1

askMethod · 0.95

Tested by

no test coverage detected