* Sets the current clock time to the specified `timestamp`. Any effects that * were scheduled to occur on or before the new time will be run in order.
(timestamp: number)
| 103 | * were scheduled to occur on or before the new time will be run in order. |
| 104 | */ |
| 105 | setTime(timestamp: number): Effect.Effect<void> |
| 106 | /** |
| 107 | * Executes the specified effect with the live `Clock` instead of the |
| 108 | * `TestClock`. |
no outgoing calls
no test coverage detected