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

Function push

code/new-context-api/public/app.js:11962–11972  ·  view source on GitHub ↗
(cursor, value, fiber)

Source from the content-addressed store, hash-verified

11960 }
11961
11962 function push(cursor, value, fiber) {
11963 index++;
11964
11965 valueStack[index] = cursor.current;
11966
11967 {
11968 fiberStack[index] = fiber;
11969 }
11970
11971 cursor.current = value;
11972 }
11973
11974 function checkThatStackIsEmpty() {
11975 {

Callers 6

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

Calls

no outgoing calls

Tested by

no test coverage detected