()
| 491 | * @since 2.0.0 |
| 492 | */ |
| 493 | export const save = (): Effect.Effect<Effect.Effect<void>> => testClockWith((testClock) => testClock.save) |
| 494 | |
| 495 | /** |
| 496 | * Accesses a `TestClock` instance in the context and sets the clock time |
nothing calls this directly
no test coverage detected