MCPcopy
hub / github.com/webpack/webpack / getNumberOfGroups

Method getNumberOfGroups

lib/Chunk.js:589–591  ·  view source on GitHub ↗

* Gets number of groups. * @returns {number} the amount of groups that the said chunk is in

()

Source from the content-addressed store, hash-verified

587 * @returns {number} the amount of groups that the said chunk is in
588 */
589 getNumberOfGroups() {
590 return this._groups.size;
591 }
592
593 /**
594 * Gets groups iterable.

Callers 1

applyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected