Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
{ describe, expect, it } from
'@jest/globals'
;
2
import
{ Collection, List, Range, Seq, fromJS } from
'immutable'
;
3
4
describe(
'flatten'
, () => {
Callers
nothing calls this directly
Calls
12
Seq
Interface · 0.90
List
Interface · 0.90
describe
Function · 0.85
it
Function · 0.85
fromJS
Function · 0.85
Range
Class · 0.85
flatten
Method · 0.80
forEach
Method · 0.80
toJS
Method · 0.65
reverse
Method · 0.65
flatMap
Method · 0.65
toString
Method · 0.45
Tested by
no test coverage detected