Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/immutable-js/immutable-js
/ sort
Function
sort
src/CollectionImpl.js:278–280 ·
view source on GitHub ↗
(comparator)
Source
from the content-addressed store, hash-verified
276
},
277
278
sort(comparator) {
279
return
reify(this, sortFactory(this, comparator));
280
},
281
282
values() {
283
return
this.__iterator(ITERATE_VALUES);
Callers
nothing calls this directly
Calls
2
reify
Function · 0.90
sortFactory
Function · 0.90
Tested by
no test coverage detected