Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/immutable-js/immutable-js
/ emptySet
Function
emptySet
src/Set.js:232–234 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
230
231
let
EMPTY_SET;
232
function
emptySet() {
233
return
EMPTY_SET || (EMPTY_SET = makeSet(emptyMap()));
234
}
Callers
3
constructor
Method · 0.85
intersect
Method · 0.85
union
Method · 0.85
Calls
2
emptyMap
Function · 0.90
makeSet
Function · 0.85
Tested by
no test coverage detected