MCPcopy Index your code
hub / github.com/caseywebdev/react-list / checkIfRootIsPrerendering

Function checkIfRootIsPrerendering

docs/index.js:4147–4154  ·  view source on GitHub ↗
(root, renderLanes)

Source from the content-addressed store, hash-verified

4145 : nextLanes;
4146}
4147function checkIfRootIsPrerendering(root, renderLanes) {
4148 return (
4149 0 ===
4150 (root.pendingLanes &
4151 ~(root.suspendedLanes & ~root.pingedLanes) &
4152 renderLanes)
4153 );
4154}
4155function computeExpirationTime(lane, currentTime) {
4156 switch (lane) {
4157 case 1:

Callers 5

performWorkOnRootFunction · 0.85
prepareFreshStackFunction · 0.85
renderRootConcurrentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…