Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/statelyai/xstate
/ now
Method
now
packages/core/src/SimulatedClock.ts:23–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
21
private _flushingInvalidated = false;
22
23
public now() {
24
return
this._now;
25
}
26
private getId() {
27
return
this._id++;
28
}
Callers
5
setTimeout
Method · 0.95
flushTimeouts
Method · 0.95
execute
Function · 0.80
createSystem
Function · 0.80
index.ts
File · 0.80
Calls
no outgoing calls
Tested by
1
execute
Function · 0.64