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

Function hotAddUpdateChunk

docs/app.js:279–291  ·  view source on GitHub ↗
(chunkId, moreModules)

Source from the content-addressed store, hash-verified

277/******/
278/******/ // eslint-disable-next-line no-unused-vars
279/******/ function hotAddUpdateChunk(chunkId, moreModules) {
280/******/ if (!hotAvailableFilesMap[chunkId] || !hotRequestedFilesMap[chunkId])
281/******/ return;
282/******/ hotRequestedFilesMap[chunkId] = false;
283/******/ for (var moduleId in moreModules) {
284/******/ if (Object.prototype.hasOwnProperty.call(moreModules, moduleId)) {
285/******/ hotUpdate[moduleId] = moreModules[moduleId];
286/******/ }
287/******/ }
288/******/ if (--hotWaitingFiles === 0 && hotChunksLoading === 0) {
289/******/ hotUpdateDownloaded();
290/******/ }
291/******/ }
292/******/
293/******/ function hotEnsureUpdateChunk(chunkId) {
294/******/ if (!hotAvailableFilesMap[chunkId]) {

Callers 1

app.jsFile · 0.85

Calls 1

hotUpdateDownloadedFunction · 0.85

Tested by

no test coverage detected