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

Function push

code/styling/public/app.js:12601–12611  ·  view source on GitHub ↗
(cursor, value, fiber)

Source from the content-addressed store, hash-verified

12599 }
12600
12601 function push(cursor, value, fiber) {
12602 index++;
12603
12604 valueStack[index] = cursor.current;
12605
12606 {
12607 fiberStack[index] = fiber;
12608 }
12609
12610 cursor.current = value;
12611 }
12612
12613 function checkThatStackIsEmpty() {
12614 {

Callers 6

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

Calls

no outgoing calls

Tested by

no test coverage detected