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

Function push

code/third-party/public/app.js:11834–11844  ·  view source on GitHub ↗
(cursor, value, fiber)

Source from the content-addressed store, hash-verified

11832 }
11833
11834 function push(cursor, value, fiber) {
11835 index++;
11836
11837 valueStack[index] = cursor.current;
11838
11839 {
11840 fiberStack[index] = fiber;
11841 }
11842
11843 cursor.current = value;
11844 }
11845
11846 function checkThatStackIsEmpty() {
11847 {

Callers 6

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

Calls

no outgoing calls

Tested by

no test coverage detected