MCPcopy Create free account
hub / github.com/ReactJSResources/react-webpack-babel / hotSetStatus

Function hotSetStatus

public/bundle.js:173–177  ·  view source on GitHub ↗
(newStatus)

Source from the content-addressed store, hash-verified

171/******/ var hotStatus = "idle";
172/******/
173/******/ function hotSetStatus(newStatus) {
174/******/ hotStatus = newStatus;
175/******/ for(var i = 0; i < hotStatusHandlers.length; i++)
176/******/ hotStatusHandlers[i].call(null, newStatus);
177/******/ }
178/******/
179/******/ // while downloading
180/******/ var hotWaitingFiles = 0;

Callers 4

hotCreateRequireFunction · 0.85
hotCheckFunction · 0.85
hotUpdateDownloadedFunction · 0.85
hotApplyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected