MCPcopy Create free account
hub / github.com/reactjs/react-rails / markSpawnedWork

Function markSpawnedWork

lib/assets/react-source/development/react.js:27008–27015  ·  view source on GitHub ↗
(expirationTime)

Source from the content-addressed store, hash-verified

27006 }
27007
27008 function markSpawnedWork(expirationTime) {
27009
27010 if (spawnedWorkDuringRender === null) {
27011 spawnedWorkDuringRender = [expirationTime];
27012 } else {
27013 spawnedWorkDuringRender.push(expirationTime);
27014 }
27015 }
27016
27017 function scheduleInteractions(root, expirationTime, interactions) {
27018

Callers 3

updateHostComponentFunction · 0.85
beginWorkFunction · 0.85
completeWorkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected