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

Function push

code/dependency-injection-module-system/public/app.js:12652–12662  ·  view source on GitHub ↗
(cursor, value, fiber)

Source from the content-addressed store, hash-verified

12650 }
12651
12652 function push(cursor, value, fiber) {
12653 index++;
12654
12655 valueStack[index] = cursor.current;
12656
12657 {
12658 fiberStack[index] = fiber;
12659 }
12660
12661 cursor.current = value;
12662 }
12663
12664 function checkThatStackIsEmpty() {
12665 {

Callers 6

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

Calls

no outgoing calls

Tested by

no test coverage detected