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

Function finishChunkLoading

docs/app.js:132–142  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

130/******/ });
131/******/
132/******/ function finishChunkLoading() {
133/******/ hotChunksLoading--;
134/******/ if (hotStatus === "prepare") {
135/******/ if (!hotWaitingFilesMap[chunkId]) {
136/******/ hotEnsureUpdateChunk(chunkId);
137/******/ }
138/******/ if (hotChunksLoading === 0 && hotWaitingFiles === 0) {
139/******/ hotUpdateDownloaded();
140/******/ }
141/******/ }
142/******/ }
143/******/ };
144/******/ fn.t = function(value, mode) {
145/******/ if (mode & 1) value = fn(value);

Callers 1

hotCreateRequireFunction · 0.85

Calls 2

hotEnsureUpdateChunkFunction · 0.85
hotUpdateDownloadedFunction · 0.85

Tested by

no test coverage detected