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

Function computeThreadID

docs/external/js/react-dom.development.js:23443–23446  ·  view source on GitHub ↗
(root, expirationTime)

Source from the content-addressed store, hash-verified

23441 }
23442
23443 function computeThreadID(root, expirationTime) {
23444 // Interaction threads are unique per root and expiration time.
23445 return expirationTime * 1000 + root.interactionThreadID;
23446 }
23447
23448 function markSpawnedWork(expirationTime) {
23449

Callers 3

scheduleInteractionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected