MCPcopy
hub / github.com/immutable-js/immutable-js / List.ts

File List.ts

__tests__/List.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expect, it, jest } from '@jest/globals';
2import fc from 'fast-check';
3import { List, Map, Range, Seq, Set, fromJS } from 'immutable';
4import { create as createSeed } from 'random-seed';

Callers

nothing calls this directly

Calls 15

ListInterface · 0.90
SeqInterface · 0.90
MapInterface · 0.90
describeFunction · 0.85
itFunction · 0.85
fromJSFunction · 0.85
RangeClass · 0.85
invariantFunction · 0.85
isOkV1Function · 0.85
expectAllUndefinedFunction · 0.85
isNaNValueFunction · 0.85
toListMethod · 0.80

Tested by

no test coverage detected