MCPcopy 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
231let EMPTY_SET;
232function emptySet() {
233 return EMPTY_SET || (EMPTY_SET = makeSet(emptyMap()));
234}

Callers 3

constructorMethod · 0.85
intersectMethod · 0.85
unionMethod · 0.85

Calls 2

emptyMapFunction · 0.90
makeSetFunction · 0.85

Tested by

no test coverage detected