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

Method scope

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

* Returns the current `FiberScope` for the fiber.

()

Source from the content-addressed store, hash-verified

377 * Returns the current `FiberScope` for the fiber.
378 */
379 scope(): fiberScope.FiberScope {
380 return fiberScope.unsafeMake(this)
381 }
382
383 /**
384 * Retrieves the immediate children of the fiber.

Callers 3

unsafeMakeChildFiberFunction · 0.80
transplantFunction · 0.80
mergeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected