MCPcopy
hub / github.com/webpack/webpack / addGroup

Method addGroup

lib/Chunk.js:563–565  ·  view source on GitHub ↗

* Adds the provided chunk group to the chunk. * @param {ChunkGroup} chunkGroup the chunkGroup the chunk is being added * @returns {void}

(chunkGroup)

Source from the content-addressed store, hash-verified

561 * @returns {void}
562 */
563 addGroup(chunkGroup) {
564 this._groups.add(chunkGroup);
565 }
566
567 /**
568 * Removes the provided chunk group from the chunk.

Callers 7

executeModuleMethod · 0.95
sealMethod · 0.80
addChunkInGroupMethod · 0.80
addAsyncEntrypointMethod · 0.80
applyMethod · 0.80
splitMethod · 0.80
integrateChunksMethod · 0.80

Calls 1

addMethod · 0.45

Tested by

no test coverage detected