MCPcopy
hub / github.com/statelyai/xstate / set

Method set

packages/core/src/SimulatedClock.ts:7–7  ·  view source on GitHub ↗
(ms: number)

Source from the content-addressed store, hash-verified

5 start(speed: number): void;
6 increment(ms: number): void;
7 set(ms: number): void;
8}
9
10interface SimulatedTimeout {

Callers 15

actorLogic.test.tsFile · 0.65
onMethod · 0.65
getAdjListFunction · 0.65
formatTransitionsFunction · 0.65
formatRouteTransitionsFunction · 0.65
memoFunction · 0.65
createSystemFunction · 0.65
setTimeoutMethod · 0.65
appendWildcardsFunction · 0.65
constructorMethod · 0.65
fromPromiseFunction · 0.65
fromCallbackFunction · 0.65

Implementers 1

SimulatedClockpackages/core/src/SimulatedClock.ts

Calls 1

flushTimeoutsMethod · 0.95

Tested by

no test coverage detected