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

Function hotEnsureUpdateChunk

docs/app.js:293–301  ·  view source on GitHub ↗
(chunkId)

Source from the content-addressed store, hash-verified

291/******/ }
292/******/
293/******/ function hotEnsureUpdateChunk(chunkId) {
294/******/ if (!hotAvailableFilesMap[chunkId]) {
295/******/ hotWaitingFilesMap[chunkId] = true;
296/******/ } else {
297/******/ hotRequestedFilesMap[chunkId] = true;
298/******/ hotWaitingFiles++;
299/******/ hotDownloadUpdateChunk(chunkId);
300/******/ }
301/******/ }
302/******/
303/******/ function hotUpdateDownloaded() {
304/******/ hotSetStatus("ready");

Callers 2

finishChunkLoadingFunction · 0.85
hotCheckFunction · 0.85

Calls 1

hotDownloadUpdateChunkFunction · 0.85

Tested by

no test coverage detected