MCPcopy
hub / github.com/facebook/react / getCurrentTime

Function getCurrentTime

packages/scheduler/src/forks/SchedulerMock.js:464–466  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

462}
463
464function getCurrentTime(): number {
465 return currentMockTime;
466}
467
468function forceFrameRate() {
469 // No-op

Callers 14

unstable_shouldYieldFunction · 0.70
runTaskFunction · 0.70
flushWorkFunction · 0.70
workLoopFunction · 0.70
unstable_cancelCallbackFunction · 0.70
flushWorkFunction · 0.70
workLoopFunction · 0.70
unstable_cancelCallbackFunction · 0.70
shouldYieldToHostFunction · 0.70
performWorkUntilDeadlineFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected