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

Function push

code/dependency-injection/public/app.js:12694–12704  ·  view source on GitHub ↗
(cursor, value, fiber)

Source from the content-addressed store, hash-verified

12692 }
12693
12694 function push(cursor, value, fiber) {
12695 index++;
12696
12697 valueStack[index] = cursor.current;
12698
12699 {
12700 fiberStack[index] = fiber;
12701 }
12702
12703 cursor.current = value;
12704 }
12705
12706 function checkThatStackIsEmpty() {
12707 {

Callers 6

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

Calls

no outgoing calls

Tested by

no test coverage detected