MCPcopy Create free account
hub / github.com/immutable-js/immutable-js / toMap

Function toMap

src/CollectionImpl.js:108–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

106 },
107
108 toMap() {
109 // Use Late Binding here to solve the circular dependency.
110 return Map(this.toKeyedSeq());
111 },
112
113 toObject: toObject,
114

Callers

nothing calls this directly

Calls 2

MapClass · 0.90
toKeyedSeqMethod · 0.65

Tested by

no test coverage detected