MCPcopy Index your code
hub / github.com/microsoft/SandDance / push

Function push

docs/external/js/react-dom.development.js:10784–10793  ·  view source on GitHub ↗
(cursor, value, fiber)

Source from the content-addressed store, hash-verified

10782 }
10783
10784 function push(cursor, value, fiber) {
10785 index++;
10786 valueStack[index] = cursor.current;
10787
10788 {
10789 fiberStack[index] = fiber;
10790 }
10791
10792 cursor.current = value;
10793 }
10794
10795 var warnedAboutMissingGetChildContext;
10796

Callers 7

pushContextProviderFunction · 0.70
pushProviderFunction · 0.70
pushHostContainerFunction · 0.70
pushHostContextFunction · 0.70
pushSuspenseContextFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected