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

Function makeData

packages/effect/src/TestClock.ts:97–103  ·  view source on GitHub ↗
(
  instant: number,
  sleeps: Chunk.Chunk<readonly [number, Deferred.Deferred<void>]>
)

Source from the content-addressed store, hash-verified

95 * @since 2.0.0
96 */
97export const makeData = (
98 instant: number,
99 sleeps: Chunk.Chunk<readonly [number, Deferred.Deferred<void>]>
100): Data => ({
101 instant,
102 sleeps
103})
104
105/**
106 * @since 2.0.0

Callers 3

sleepMethod · 0.85
runMethod · 0.85
TestClock.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected