MCPcopy Create free account
hub / github.com/plotly/dash / createUpdate

Function createUpdate

dash/deps/react-dom@18.3.1.js:14599–14609  ·  view source on GitHub ↗
(eventTime, lane)

Source from the content-addressed store, hash-verified

14597 }
14598 }
14599 function createUpdate(eventTime, lane) {
14600 var update = {
14601 eventTime: eventTime,
14602 lane: lane,
14603 tag: UpdateState,
14604 payload: null,
14605 callback: null,
14606 next: null
14607 };
14608 return update;
14609 }
14610 function enqueueUpdate(fiber, update, lane) {
14611 var updateQueue = fiber.updateQueue;
14612

Callers 7

createRootErrorUpdateFunction · 0.70
createClassErrorUpdateFunction · 0.70
createHydrationContainerFunction · 0.70
updateContainerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…