Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/immutable-js/immutable-js
/ List.js
File
List.js
perf/List.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
/* global Immutable */
2
describe(
'List'
,
function
() {
3
describe(
'builds from array'
,
function
() {
4
var
array2 = [];
Callers
nothing calls this directly
Calls
6
describe
Function · 0.85
it
Function · 0.85
some
Method · 0.80
push
Method · 0.65
asMutable
Method · 0.65
asImmutable
Method · 0.65
Tested by
no test coverage detected