MCPcopy
hub / github.com/webpack/webpack / getChunkFullHashModulesIterable

Method getChunkFullHashModulesIterable

lib/ChunkGraph.js:1454–1457  ·  view source on GitHub ↗

* Gets chunk full hash modules iterable. * @param {Chunk} chunk the chunk * @returns {Iterable<RuntimeModule> | undefined} iterable of modules (do not modify)

(chunk)

Source from the content-addressed store, hash-verified

1452 * @returns {Iterable<RuntimeModule> | undefined} iterable of modules (do not modify)
1453 */
1454 getChunkFullHashModulesIterable(chunk) {
1455 const cgc = this._getChunkGraphChunk(chunk);
1456 return cgc.fullHashModules;
1457 }
1458
1459 /**
1460 * Gets chunk full hash modules set.

Callers 3

processChunkMethod · 0.80
createHashMethod · 0.80
applyMethod · 0.80

Calls 1

_getChunkGraphChunkMethod · 0.95

Tested by

no test coverage detected