Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
Set
Class · 0.90
isKeyed
Function · 0.90
valueSeq
Method · 0.65
Tested by
no test coverage detected