MCPcopy
hub / github.com/immutable-js/immutable-js / toOrderedMap

Function toOrderedMap

src/CollectionImpl.js:115–118  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

113 toObject: toObject,
114
115 toOrderedMap() {
116 // Use Late Binding here to solve the circular dependency.
117 return OrderedMap(this.toKeyedSeq());
118 },
119
120 toOrderedSet() {
121 // Use Late Binding here to solve the circular dependency.

Callers

nothing calls this directly

Calls 2

OrderedMapClass · 0.90
toKeyedSeqMethod · 0.65

Tested by

no test coverage detected