Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/immutable-js/immutable-js
/ sort
Method
sort
src/Set.js:152–155 ·
view source on GitHub ↗
(comparator)
Source
from the content-addressed store, hash-verified
150
}
151
152
sort(comparator) {
153
// Late binding
154
return
OrderedSet(sortFactory(this, comparator));
155
}
156
157
sortBy(mapper, comparator) {
158
// Late binding
Callers
nothing calls this directly
Calls
2
OrderedSet
Class · 0.90
sortFactory
Function · 0.90
Tested by
no test coverage detected