MCPcopy Create free account
hub / github.com/effect-app/libs / adjust

Method adjust

repos/effect/packages/effect/src/testing/TestClock.ts:96–96  ·  view source on GitHub ↗

* Increments the current clock time by the specified duration. Any effects * that were scheduled to occur on or before the new time will be run in * order.

(duration: Duration.Input)

Source from the content-addressed store, hash-verified

94export interface TestClock extends Clock.Clock {
95 /**
96 * Increments the current clock time by the specified duration. Any effects
97 * that were scheduled to occur on or before the new time will be run in
98 * order.
99 */

Callers 15

makeClient.test.tsFile · 0.80
Mutation.test.tsFile · 0.80
streamFn.test.tsFile · 0.80
suiteFunction · 0.80
Metric.test.tsFile · 0.80

Calls

no outgoing calls

Tested by 1

suiteFunction · 0.64