MCPcopy Create free account
hub / github.com/microsoft/SandDance / getCurrentTime

Function getCurrentTime

docs/external/js/react-dom.development.js:21226–21228  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21224 return currentEventTime;
21225 }
21226 function getCurrentTime() {
21227 return msToExpirationTime(now());
21228 }
21229 function computeExpirationForFiber(currentTime, fiber, suspenseConfig) {
21230 var mode = fiber.mode;
21231

Callers 9

injectInternalsFunction · 0.85
_flushCallbackFunction · 0.85
performWorkUntilDeadlineFunction · 0.85
flushWorkFunction · 0.85
workLoopFunction · 0.85
unstable_cancelCallbackFunction · 0.85
unstable_shouldYieldFunction · 0.85

Calls 2

msToExpirationTimeFunction · 0.85
nowFunction · 0.50

Tested by

no test coverage detected