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

Function sleeps

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

Source from the content-addressed store, hash-verified

527 * @since 2.0.0
528 */
529export const sleeps = (): Effect.Effect<Chunk.Chunk<number>> => testClockWith((testClock) => testClock.sleeps)
530
531/**
532 * Retrieves the `TestClock` service for this test.

Callers

nothing calls this directly

Calls 1

testClockWithFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…