Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
464
function
getCurrentTime(): number {
465
return
currentMockTime;
466
}
467
468
function
forceFrameRate() {
469
// No-op
Callers
14
unstable_shouldYield
Function · 0.70
runTask
Function · 0.70
flushWork
Function · 0.70
workLoop
Function · 0.70
unstable_scheduleCallback
Function · 0.70
unstable_cancelCallback
Function · 0.70
flushWork
Function · 0.70
workLoop
Function · 0.70
unstable_scheduleCallback
Function · 0.70
unstable_cancelCallback
Function · 0.70
shouldYieldToHost
Function · 0.70
performWorkUntilDeadline
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected