MCPcopy Index your code
hub / github.com/krasimir/react-in-patterns / push

Function push

code/composition/public/app.js:12739–12749  ·  view source on GitHub ↗
(cursor, value, fiber)

Source from the content-addressed store, hash-verified

12737 }
12738
12739 function push(cursor, value, fiber) {
12740 index++;
12741
12742 valueStack[index] = cursor.current;
12743
12744 {
12745 fiberStack[index] = fiber;
12746 }
12747
12748 cursor.current = value;
12749 }
12750
12751 function checkThatStackIsEmpty() {
12752 {

Callers 6

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

Calls

no outgoing calls

Tested by

no test coverage detected