MCPcopy
hub / github.com/webpack/webpack / clearChunkGraphForChunk

Method clearChunkGraphForChunk

lib/ChunkGraph.js:2082–2084  ·  view source on GitHub ↗

* Clear chunk graph for chunk. * @deprecated * @param {Chunk} chunk the chunk * @returns {void}

(chunk)

Source from the content-addressed store, hash-verified

2080 * @returns {void}
2081 */
2082 static clearChunkGraphForChunk(chunk) {
2083 chunkGraphForChunkMap.delete(chunk);
2084 }
2085 // BACKWARD-COMPAT END
2086}
2087

Callers 3

disconnectChunkMethod · 0.80
integrateChunksMethod · 0.80

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected