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

Function push

code/redux/public/app.js:12852–12862  ·  view source on GitHub ↗
(cursor, value, fiber)

Source from the content-addressed store, hash-verified

12850 }
12851
12852 function push(cursor, value, fiber) {
12853 index++;
12854
12855 valueStack[index] = cursor.current;
12856
12857 {
12858 fiberStack[index] = fiber;
12859 }
12860
12861 cursor.current = value;
12862 }
12863
12864 function checkThatStackIsEmpty() {
12865 {

Callers 6

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

Calls

no outgoing calls

Tested by

no test coverage detected