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

Function push

code/communication/public/app.js:12636–12646  ·  view source on GitHub ↗
(cursor, value, fiber)

Source from the content-addressed store, hash-verified

12634 }
12635
12636 function push(cursor, value, fiber) {
12637 index++;
12638
12639 valueStack[index] = cursor.current;
12640
12641 {
12642 fiberStack[index] = fiber;
12643 }
12644
12645 cursor.current = value;
12646 }
12647
12648 function checkThatStackIsEmpty() {
12649 {

Callers 6

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

Calls

no outgoing calls

Tested by

no test coverage detected