MCPcopy
hub / github.com/webpack/webpack / values

Method values

lib/util/LazySet.js:226–230  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

224 * @returns {SetIterator<T>} values
225 */
226 values() {
227 this._deopt = true;
228 if (this._needMerge) this._merge();
229 return this._set.values();
230 }
231
232 /**
233 * Returns the default iterator over values after forcing pending merges.

Callers 15

getMethod · 0.45
hasMethod · 0.45
applyMethod · 0.45
addToSourceMethod · 0.45
requestMethod · 0.45
_getChunkGraphEntriesMethod · 0.45
assignRuntimeIdsMethod · 0.45
createHashMethod · 0.45
applyMethod · 0.45
ownedExportsMethod · 0.45
orderedOwnedExportsMethod · 0.45

Calls 1

_mergeMethod · 0.95

Tested by

no test coverage detected