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

Function pushDebugInfo

docs/index.js:23092–23100  ·  view source on GitHub ↗
(debugInfo)

Source from the content-addressed store, hash-verified

23090 );
23091 }
23092 function pushDebugInfo(debugInfo) {
23093 var previousDebugInfo = currentDebugInfo;
23094 null != debugInfo &&
23095 (currentDebugInfo =
23096 null === previousDebugInfo
23097 ? debugInfo
23098 : previousDebugInfo.concat(debugInfo));
23099 return previousDebugInfo;
23100 }
23101 function validateFragmentProps(element, fiber, returnFiber) {
23102 for (var keys = Object.keys(element.props), i = 0; i < keys.length; i++) {
23103 var key = keys[i];

Callers 4

createChildFunction · 0.85
updateSlotFunction · 0.85
updateFromMapFunction · 0.85
reconcileChildFibersImplFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…