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

Function push

code/event-handlers/public/app.js:11931–11941  ·  view source on GitHub ↗
(cursor, value, fiber)

Source from the content-addressed store, hash-verified

11929 }
11930
11931 function push(cursor, value, fiber) {
11932 index++;
11933
11934 valueStack[index] = cursor.current;
11935
11936 {
11937 fiberStack[index] = fiber;
11938 }
11939
11940 cursor.current = value;
11941 }
11942
11943 function checkThatStackIsEmpty() {
11944 {

Callers 6

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

Calls

no outgoing calls

Tested by

no test coverage detected