MCPcopy
hub / github.com/webpack/webpack / _flatten

Method _flatten

lib/util/LazySet.js:79–82  ·  view source on GitHub ↗

* Flattens any nested lazy sets that were queued for merging.

()

Source from the content-addressed store, hash-verified

77 * Flattens any nested lazy sets that were queued for merging.
78 */
79 _flatten() {
80 flatten(this._toMerge, this._toDeepMerge);
81 this._toDeepMerge.length = 0;
82 }
83
84 /**
85 * Materializes all deferred additions into the backing set.

Callers 2

_mergeMethod · 0.95
addAllMethod · 0.95

Calls 1

flattenFunction · 0.85

Tested by

no test coverage detected