MCPcopy
hub / github.com/webpack/webpack / getBlocks

Method getBlocks

lib/ChunkGroup.js:414–416  ·  view source on GitHub ↗

* Returns the async dependency blocks that create or reference this group. * @returns {AsyncDependenciesBlock[]} an array containing the blocks

()

Source from the content-addressed store, hash-verified

412 * @returns {AsyncDependenciesBlock[]} an array containing the blocks
413 */
414 getBlocks() {
415 return this._blocks.getFromCache(getArray);
416 }
417
418 getNumberOfBlocks() {
419 return this._blocks.size;

Callers

nothing calls this directly

Calls 1

getFromCacheMethod · 0.80

Tested by

no test coverage detected