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

Function toSet

src/CollectionImpl.js:125–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

123 },
124
125 toSet() {
126 // Use Late Binding here to solve the circular dependency.
127 return Set(isKeyed(this) ? this.valueSeq() : this);
128 },
129
130 toSetSeq() {
131 return new ToSetSequence(this);

Callers

nothing calls this directly

Calls 3

SetClass · 0.90
isKeyedFunction · 0.90
valueSeqMethod · 0.65

Tested by

no test coverage detected