MCPcopy Index your code
hub / github.com/immutable-js/immutable-js / fromKeys

Method fromKeys

src/Set.js:33–35  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

31 }
32
33 static fromKeys(value) {
34 return this(KeyedCollection(value).keySeq());
35 }
36
37 static intersect(sets) {
38 sets = Collection(sets).toArray();

Callers 4

immutable-flow.jsFile · 0.45
set.tsFile · 0.45
ordered-set.tsFile · 0.45
Set.tsFile · 0.45

Calls 2

KeyedCollectionClass · 0.90
keySeqMethod · 0.80

Tested by

no test coverage detected