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

Function save

packages/effect/src/TestClock.ts:493–493  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

491 * @since 2.0.0
492 */
493export 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

Callers

nothing calls this directly

Calls 1

testClockWithFunction · 0.85

Tested by

no test coverage detected