MCPcopy
hub / github.com/webpack/webpack / entries

Method entries

lib/util/LazySet.js:181–185  ·  view source on GitHub ↗

* Returns the set's entry iterator and permanently switches future * operations to eager merge mode to preserve iterator correctness. * @returns {SetIterator<[T, T]>} entries

()

Source from the content-addressed store, hash-verified

179 * @returns {SetIterator<[T, T]>} entries
180 */
181 entries() {
182 this._deopt = true;
183 if (this._needMerge) this._merge();
184 return this._set.entries();
185 }
186
187 /**
188 * Iterates over every item after forcing pending merges and switching to

Callers 15

applyDefineKeyMethod · 0.80
_runGraphMethod · 0.80
handlerMethod · 0.80
_applyOnMultiCompilerMethod · 0.80
_applyOnCompilerMethod · 0.80
envToDefinitionsFunction · 0.80
cutOffMultilineMessageFunction · 0.80
createAcceptHandlerMethod · 0.80
createDeclineHandlerMethod · 0.80
objectFunction · 0.80

Calls 1

_mergeMethod · 0.95

Tested by

no test coverage detected