MCPcopy
hub / github.com/webpack/webpack / removeGroup

Method removeGroup

lib/Chunk.js:572–574  ·  view source on GitHub ↗

* Removes the provided chunk group from the chunk. * @param {ChunkGroup} chunkGroup the chunkGroup the chunk is being removed from * @returns {void}

(chunkGroup)

Source from the content-addressed store, hash-verified

570 * @returns {void}
571 */
572 removeGroup(chunkGroup) {
573 this._groups.delete(chunkGroup);
574 }
575
576 /**
577 * Checks whether this chunk is in group.

Callers 2

removeMethod · 0.80
integrateChunksMethod · 0.80

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected