MCPcopy
hub / github.com/webpack/webpack / delete

Method delete

lib/cache/PackFileCacheStrategy.js:1011–1015  ·  view source on GitHub ↗

* Processes the provided identifier. * @param {string} identifier identifier

(identifier)

Source from the content-addressed store, hash-verified

1009 * @param {string} identifier identifier
1010 */
1011 delete(identifier) {
1012 this.items.delete(identifier);
1013 this.used.delete(identifier);
1014 this.outdated = true;
1015 }
1016
1017 /**
1018 * Processes the provided write.

Callers 10

applyMethod · 0.45
setMethod · 0.45
_gcAndUpdateLocationMethod · 0.45
_persistFreshContentMethod · 0.45
factoryMethod · 0.45
applyMethod · 0.45
processIdleTasksMethod · 0.45
cleanUpChunksMethod · 0.45
_renderMergedCssMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected