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

Function getCurrentTime

packages/react-reconciler/src/ReactFiberWorkLoop.js:788–790  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

786}
787
788export function getCurrentTime(): number {
789 return now();
790}
791
792export function requestUpdateLane(fiber: Fiber): Lane {
793 // Special cases

Callers 6

getRelativeTimeFunction · 0.50
flushInitialOperationsFunction · 0.50
handleCommitFiberRootFunction · 0.50
startProfilingFunction · 0.50
traceUpdatesFunction · 0.50
prepareToDrawFunction · 0.50

Calls 1

nowFunction · 0.90

Tested by

no test coverage detected