MCPcopy
hub / github.com/SortableJS/Vue.Draggable / hotSetStatus

Function hotSetStatus

docs/app.js:215–219  ·  view source on GitHub ↗
(newStatus)

Source from the content-addressed store, hash-verified

213/******/ var hotStatus = "idle";
214/******/
215/******/ function hotSetStatus(newStatus) {
216/******/ hotStatus = newStatus;
217/******/ for (var i = 0; i < hotStatusHandlers.length; i++)
218/******/ hotStatusHandlers[i].call(null, newStatus);
219/******/ }
220/******/
221/******/ // while downloading
222/******/ 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