MCPcopy
hub / github.com/webpack/webpack / getChunkEntryModulesWithChunkGroupIterable

Method getChunkEntryModulesWithChunkGroupIterable

lib/ChunkGraph.js:1484–1487  ·  view source on GitHub ↗

* Gets chunk entry modules with chunk group iterable. * @param {Chunk} chunk the chunk * @returns {Iterable<EntryModuleWithChunkGroup>} iterable of modules (do not modify)

(chunk)

Source from the content-addressed store, hash-verified

1482 * @returns {Iterable<EntryModuleWithChunkGroup>} iterable of modules (do not modify)
1483 */
1484 getChunkEntryModulesWithChunkGroupIterable(chunk) {
1485 const cgc = this._getChunkGraphChunk(chunk);
1486 return cgc.entryModules;
1487 }
1488
1489 /**
1490 * Gets block chunk group.

Callers 5

integrateChunksMethod · 0.95
updateHashMethod · 0.80
getChunkInfoFunction · 0.80
renderBootstrapMethod · 0.80
applyMethod · 0.80

Calls 1

_getChunkGraphChunkMethod · 0.95

Tested by

no test coverage detected