* Returns the current `FiberScope` for the fiber.
()
| 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. |
no outgoing calls
no test coverage detected