Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
10
interface
SimulatedTimeout {
Callers
15
actorLogic.test.ts
File · 0.65
on
Method · 0.65
getAdjList
Function · 0.65
formatTransitions
Function · 0.65
formatRouteTransitions
Function · 0.65
memo
Function · 0.65
createSystem
Function · 0.65
setTimeout
Method · 0.65
appendWildcards
Function · 0.65
constructor
Method · 0.65
fromPromise
Function · 0.65
fromCallback
Function · 0.65
Implementers
1
SimulatedClock
packages/core/src/SimulatedClock.ts
Calls
1
flushTimeouts
Method · 0.95
Tested by
no test coverage detected