MCPcopy Index your code
hub / github.com/nodejs/node / isSet

Function isSet

test/parallel/test-icu-env.js:64–67  ·  view source on GitHub ↗
(array)

Source from the content-addressed store, hash-verified

62}
63
64function isSet(array) {
65 const deduped = new Set(array);
66 return array.length === deduped.size;
67}
68
69
70const localesISO639 = [

Callers 4

tableFunction · 0.85
objectComparisonStartFunction · 0.85
formatRawFunction · 0.85
test-icu-env.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…