Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/statelyai/xstate
/ clearTimeout
Method
clearTimeout
packages/core/src/system.ts:24–24 ·
view source on GitHub ↗
(id: any)
Source
from the content-addressed store, hash-verified
22
export
interface
Clock {
23
setTimeout(fn: (...args: any[]) => void, timeout: number): any;
24
clearTimeout(id: any): void;
25
}
26
27
interface
Scheduler {
Callers
1
createSystem
Function · 0.65
Implementers
1
SimulatedClock
packages/core/src/SimulatedClock.ts
Calls
no outgoing calls
Tested by
no test coverage detected