MCPcopy
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

1import { describe, expect, it } from '@jest/globals';
2import { List, OrderedMap, Range, Seq } from 'immutable';
3
4describe('sort', () => {

Callers

nothing calls this directly

Calls 10

SeqInterface · 0.90
ListInterface · 0.90
OrderedMapInterface · 0.90
describeFunction · 0.85
itFunction · 0.85
RangeClass · 0.85
toArrayMethod · 0.65
sortMethod · 0.65
entrySeqMethod · 0.65
sortByMethod · 0.65

Tested by

no test coverage detected