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

Function hotEnsureUpdateChunk

public/bundle.js:242–250  ·  view source on GitHub ↗
(chunkId)

Source from the content-addressed store, hash-verified

240/******/ }
241/******/
242/******/ function hotEnsureUpdateChunk(chunkId) {
243/******/ if(!hotAvailibleFilesMap[chunkId]) {
244/******/ hotWaitingFilesMap[chunkId] = true;
245/******/ } else {
246/******/ hotRequestedFilesMap[chunkId] = true;
247/******/ hotWaitingFiles++;
248/******/ hotDownloadUpdateChunk(chunkId);
249/******/ }
250/******/ }
251/******/
252/******/ function hotUpdateDownloaded() {
253/******/ hotSetStatus("ready");

Callers 2

finishChunkLoadingFunction · 0.85
hotCheckFunction · 0.85

Calls 1

hotDownloadUpdateChunkFunction · 0.85

Tested by

no test coverage detected