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

Method delete

lib/util/LazySet.js:171–174  ·  lib/util/LazySet.js::LazySet.delete

* Deletes an item after first materializing any deferred additions that may * contain it. * @param {T} value an item * @returns {boolean} true, if the value was in the Set before

(value)

Source from the content-addressed store, hash-verified

169 * @returns {boolean} true, if the value was in the Set before
170 */
171 delete(value) {
172 if (this._needMerge) this._merge();
173 return this._set.delete(value);
174 }
175
176 /**
177 * Returns the set's entry iterator and permanently switches future

Callers 15

removeConnectionMethod · 0.45
moveModuleConnectionsMethod · 0.45
validateDependenciesMethod · 0.45
_mergeWithCollectedMethod · 0.45
optimizeMethod · 0.45
cleanupUnconnectedGroupsFunction · 0.45

Calls 1

_mergeMethod · 0.95

Tested by

no test coverage detected