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

Function markSpawnedWork

docs/external/js/react-dom.development.js:23448–23455  ·  view source on GitHub ↗
(expirationTime)

Source from the content-addressed store, hash-verified

23446 }
23447
23448 function markSpawnedWork(expirationTime) {
23449
23450 if (spawnedWorkDuringRender === null) {
23451 spawnedWorkDuringRender = [expirationTime];
23452 } else {
23453 spawnedWorkDuringRender.push(expirationTime);
23454 }
23455 }
23456
23457 function scheduleInteractions(root, expirationTime, interactions) {
23458

Callers 3

updateHostComponentFunction · 0.85
beginWorkFunction · 0.85
completeWorkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected