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

Function hotSetStatus

packages/react-error-overlay/fixtures/bundle.mjs:198–202  ·  view source on GitHub ↗
(newStatus)

Source from the content-addressed store, hash-verified

196/******/ var hotStatus = "idle";
197/******/
198/******/ function hotSetStatus(newStatus) {
199/******/ hotStatus = newStatus;
200/******/ for(var i = 0; i < hotStatusHandlers.length; i++)
201/******/ hotStatusHandlers[i].call(null, newStatus);
202/******/ }
203/******/
204/******/ // while downloading
205/******/ var hotWaitingFiles = 0;

Callers 4

hotCreateRequireFunction · 0.70
hotCheckFunction · 0.70
hotUpdateDownloadedFunction · 0.70
hotApplyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected