MCPcopy
hub / github.com/webpack/webpack / size

Method size

lib/util/LazySet.js:110–113  ·  view source on GitHub ↗

* Returns the number of items after applying any deferred merges. * @returns {number} number of items in the set

()

Source from the content-addressed store, hash-verified

108 * @returns {number} number of items in the set
109 */
110 get size() {
111 if (this._needMerge) this._merge();
112 return this._set.size;
113 }
114
115 /**
116 * Adds a single item immediately to the concrete backing set.

Callers 6

applyMethod · 0.45
getEntrypointSizeMethod · 0.45
applyMethod · 0.45
getSizeMethod · 0.45
getSizeMethod · 0.45
getSizeMethod · 0.45

Calls 1

_mergeMethod · 0.95

Tested by

no test coverage detected