Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/immutable-js/immutable-js
/ sort.ts
File
sort.ts
__tests__/sort.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, it } from
'@jest/globals'
;
2
import
{ List, OrderedMap, Range, Seq } from
'immutable'
;
3
4
describe(
'sort'
, () => {
Callers
nothing calls this directly
Calls
10
Seq
Interface · 0.90
List
Interface · 0.90
OrderedMap
Interface · 0.90
describe
Function · 0.85
it
Function · 0.85
Range
Class · 0.85
toArray
Method · 0.65
sort
Method · 0.65
entrySeq
Method · 0.65
sortBy
Method · 0.65
Tested by
no test coverage detected