MCPcopy
hub / github.com/webpack/webpack / keys

Method keys

lib/util/LazySet.js:216–220  ·  view source on GitHub ↗

* Returns the key iterator, eagerly materializing pending merges first. * @returns {SetIterator<T>} keys

()

Source from the content-addressed store, hash-verified

214 * @returns {SetIterator<T>} keys
215 */
216 keys() {
217 this._deopt = true;
218 if (this._needMerge) this._merge();
219 return this._set.keys();
220 }
221
222 /**
223 * Returns the value iterator, eagerly materializing pending merges first.

Callers

nothing calls this directly

Calls 2

_mergeMethod · 0.95
keysMethod · 0.65

Tested by

no test coverage detected