MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / push

Function push

code/one-direction-data-flow/public/app.js:12474–12484  ·  view source on GitHub ↗
(cursor, value, fiber)

Source from the content-addressed store, hash-verified

12472 }
12473
12474 function push(cursor, value, fiber) {
12475 index++;
12476
12477 valueStack[index] = cursor.current;
12478
12479 {
12480 fiberStack[index] = fiber;
12481 }
12482
12483 cursor.current = value;
12484 }
12485
12486 function checkThatStackIsEmpty() {
12487 {

Callers 6

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

Calls

no outgoing calls

Tested by

no test coverage detected