MCPcopy
hub / github.com/webpack/webpack / disconnectFromGroups

Method disconnectFromGroups

lib/Chunk.js:606–610  ·  view source on GitHub ↗

* Disconnects from groups. * @returns {void}

()

Source from the content-addressed store, hash-verified

604 * @returns {void}
605 */
606 disconnectFromGroups() {
607 for (const chunkGroup of this._groups) {
608 chunkGroup.removeChunk(this);
609 }
610 }
611
612 /**
613 * Processes the provided new chunk.

Callers 2

removeMethod · 0.95
disconnectChunkMethod · 0.80

Calls 1

removeChunkMethod · 0.45

Tested by

no test coverage detected