MCPcopy
hub / github.com/webpack/webpack / getBlockChunkGroup

Method getBlockChunkGroup

lib/ChunkGraph.js:1494–1496  ·  view source on GitHub ↗

* Gets block chunk group. * @param {AsyncDependenciesBlock} depBlock the async block * @returns {ChunkGroup | undefined} the chunk group

(depBlock)

Source from the content-addressed store, hash-verified

1492 * @returns {ChunkGroup | undefined} the chunk group
1493 */
1494 getBlockChunkGroup(depBlock) {
1495 return this._blockChunkGroups.get(depBlock);
1496 }
1497
1498 /**
1499 * Connects block and chunk group.

Callers 7

getLazySourceMethod · 0.80
updateHashMethod · 0.80
blockPromiseMethod · 0.80
computeReferencesMethod · 0.80
compareReferencesMethod · 0.80
applyMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected