Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
64
function
isSet(array) {
65
const
deduped =
new
Set(array);
66
return
array.length === deduped.size;
67
}
68
69
70
const
localesISO639 = [
Callers
4
table
Function · 0.85
objectComparisonStart
Function · 0.85
formatRaw
Function · 0.85
test-icu-env.js
File · 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…