MCPcopy
hub / github.com/plotly/dash / push

Function push

dash/deps/react-dom@18.2.0.js:11757–11766  ·  view source on GitHub ↗
(cursor, value, fiber)

Source from the content-addressed store, hash-verified

11755 }
11756
11757 function push(cursor, value, fiber) {
11758 index++;
11759 valueStack[index] = cursor.current;
11760
11761 {
11762 fiberStack[index] = fiber;
11763 }
11764
11765 cursor.current = value;
11766 }
11767
11768 var warnedAboutMissingGetChildContext;
11769

Callers 8

pushContextProviderFunction · 0.70
pushProviderFunction · 0.70
pushHostContainerFunction · 0.70
pushHostContextFunction · 0.70
pushSuspenseContextFunction · 0.70
pushRenderLanesFunction · 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…