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

Function push

code/higher-order-components/public/app.js:12595–12605  ·  view source on GitHub ↗
(cursor, value, fiber)

Source from the content-addressed store, hash-verified

12593 }
12594
12595 function push(cursor, value, fiber) {
12596 index++;
12597
12598 valueStack[index] = cursor.current;
12599
12600 {
12601 fiberStack[index] = fiber;
12602 }
12603
12604 cursor.current = value;
12605 }
12606
12607 function checkThatStackIsEmpty() {
12608 {

Callers 6

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

Calls

no outgoing calls

Tested by

no test coverage detected