(timestamp: number)
| 382 | } |
| 383 | |
| 384 | function setTime(timestamp: number) { |
| 385 | return warningDone.pipe(Effect.andThen(run(() => timestamp))) |
| 386 | } |
| 387 | |
| 388 | yield* Effect.addFinalizer(() => warningDone) |
| 389 |
nothing calls this directly
no test coverage detected