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

Class KeyedCollection

src/Collection.js:14–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14export class KeyedCollection extends Collection {
15 constructor(value) {
16 // eslint-disable-next-line no-constructor-return
17 return isKeyed(value) ? value : KeyedSeq(value);
18 }
19}
20
21export class IndexedCollection extends Collection {
22 constructor(value) {

Callers 7

constructorMethod · 0.90
fromKeysMethod · 0.90
constructorMethod · 0.90
concatFactoryFunction · 0.90
RecordTypeMethod · 0.90
fromKeysMethod · 0.90
mergeIntoKeyedWithFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected