MCPcopy
hub / github.com/webpack/webpack / _deleteKey

Method _deleteKey

lib/util/LazyBucketSortedSet.js:138–141  ·  view source on GitHub ↗

* Removes an empty bucket key and its corresponding nested entry. * @param {K} key key to be removed * @returns {void}

(key)

Source from the content-addressed store, hash-verified

136 * @returns {void}
137 */
138 _deleteKey(key) {
139 this._keys.delete(key);
140 this._map.delete(key);
141 }
142
143 /**
144 * Removes and returns the smallest item according to the configured bucket

Callers 3

deleteMethod · 0.95
popFirstMethod · 0.95
startUpdateMethod · 0.95

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected