MCPcopy Index your code
hub / github.com/mozilla/source-map / size

Method size

lib/array-set.js:37–39  ·  view source on GitHub ↗

* Return how many unique items are in this ArraySet. If duplicates have been * added, than those do not count towards the size. * * @returns Number

()

Source from the content-addressed store, hash-verified

35 * @returns Number
36 */
37 size() {
38 return this._set.size;
39 }
40
41 /**
42 * Add the given string to this set.

Callers 2

test-array-set.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected