MCPcopy Index your code
hub / github.com/caseywebdev/react-list / createFiberFromFragment

Function createFiberFromFragment

docs/index.js:13036–13040  ·  view source on GitHub ↗
(elements, mode, lanes, key)

Source from the content-addressed store, hash-verified

13034 return key;
13035}
13036function createFiberFromFragment(elements, mode, lanes, key) {
13037 elements = createFiberImplClass(7, elements, key, mode);
13038 elements.lanes = lanes;
13039 return elements;
13040}
13041function createFiberFromOffscreen(pendingProps, mode, lanes, key) {
13042 pendingProps = createFiberImplClass(22, pendingProps, key, mode);
13043 pendingProps.elementType = REACT_OFFSCREEN_TYPE;

Callers 5

updateFragmentFunction · 0.85
createChildFunction · 0.85
reconcileChildFibersImplFunction · 0.85
updateSuspenseComponentFunction · 0.85

Calls 2

createFiberImplClassFunction · 0.85
createFiberFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…