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

Function toOrderedSet

src/CollectionImpl.js:120–123  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

118 },
119
120 toOrderedSet() {
121 // Use Late Binding here to solve the circular dependency.
122 return OrderedSet(isKeyed(this) ? this.valueSeq() : this);
123 },
124
125 toSet() {
126 // Use Late Binding here to solve the circular dependency.

Callers

nothing calls this directly

Calls 3

OrderedSetClass · 0.90
isKeyedFunction · 0.90
valueSeqMethod · 0.65

Tested by

no test coverage detected