Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/immutable-js/immutable-js
/ flatten
Function
flatten
src/CollectionImpl.js:364–366 ·
view source on GitHub ↗
(depth)
Source
from the content-addressed store, hash-verified
362
},
363
364
flatten(depth) {
365
return
reify(this, flattenFactory(this, depth, true));
366
},
367
368
fromEntrySeq() {
369
return
new
FromEntriesSequence(this);
Callers
nothing calls this directly
Calls
2
reify
Function · 0.90
flattenFactory
Function · 0.90
Tested by
no test coverage detected