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

Function push

code/controlled-uncontrolled/public/app.js:11925–11935  ·  view source on GitHub ↗
(cursor, value, fiber)

Source from the content-addressed store, hash-verified

11923 }
11924
11925 function push(cursor, value, fiber) {
11926 index++;
11927
11928 valueStack[index] = cursor.current;
11929
11930 {
11931 fiberStack[index] = fiber;
11932 }
11933
11934 cursor.current = value;
11935 }
11936
11937 function checkThatStackIsEmpty() {
11938 {

Callers 6

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

Calls

no outgoing calls

Tested by

no test coverage detected