MCPcopy Index your code
hub / github.com/react/create-react-app / finale

Function finale

packages/react-error-overlay/fixtures/bundle.mjs:12970–12981  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

12968 finale(self);
12969}
12970function finale(self) {
12971 if (self._45 === 1) {
12972 handle(self, self._54);
12973 self._54 = null;
12974 }
12975 if (self._45 === 2) {
12976 for (var i = 0; i < self._54.length; i++) {
12977 handle(self, self._54[i]);
12978 }
12979 self._54 = null;
12980 }
12981}
12982
12983function Handler(onFulfilled, onRejected, promise){
12984 this.onFulfilled = typeof onFulfilled === 'function' ? onFulfilled : null;

Callers 2

resolveFunction · 0.70
rejectFunction · 0.70

Calls 1

handleFunction · 0.70

Tested by

no test coverage detected