MCPcopy Create free account
hub / github.com/immutable-js/immutable-js / flatten.ts

File flatten.ts

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 12

SeqInterface · 0.90
ListInterface · 0.90
describeFunction · 0.85
itFunction · 0.85
fromJSFunction · 0.85
RangeClass · 0.85
flattenMethod · 0.80
forEachMethod · 0.80
toJSMethod · 0.65
reverseMethod · 0.65
flatMapMethod · 0.65
toStringMethod · 0.45

Tested by

no test coverage detected