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

Method size

lib/util/StackedMap.js:194–197  ·  view source on GitHub ↗

* Returns the number of visible keys after collapsing the stack. * @returns {number} number of keys

()

Source from the content-addressed store, hash-verified

192 * @returns {number} number of keys
193 */
194 get size() {
195 this._compress();
196 return this.map.size;
197 }
198
199 /**
200 * Creates a child `StackedMap` that sees the current layers as its parent

Callers

nothing calls this directly

Calls 1

_compressMethod · 0.95

Tested by

no test coverage detected