MCPcopy
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

setTimeoutMethod · 0.95
flushTimeoutsMethod · 0.95
executeFunction · 0.80
createSystemFunction · 0.80
index.tsFile · 0.80

Calls

no outgoing calls

Tested by 1

executeFunction · 0.64