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

Function aggregateErrors

docs/index.js:1403–1407  ·  view source on GitHub ↗
(errors)

Source from the content-addressed store, hash-verified

1401 return enqueueTaskImpl(task);
1402 }
1403 function aggregateErrors(errors) {
1404 return 1 < errors.length && "function" === typeof AggregateError
1405 ? new AggregateError(errors)
1406 : errors[0];
1407 }
1408 function popActScope(prevActQueue, prevActScopeDepth) {
1409 prevActScopeDepth !== actScopeDepth - 1 &&
1410 console.error(

Callers 2

index.jsFile · 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…