Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/immutable-js/immutable-js
/ Map.js
File
Map.js
perf/Map.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
/* global Immutable */
2
describe(
'Map'
,
function
() {
3
describe(
'builds from an object'
,
function
() {
4
var
obj2 = {};
Callers
nothing calls this directly
Calls
9
describe
Function · 0.85
it
Function · 0.85
forEach
Method · 0.80
collisionKeys
Function · 0.70
asMutable
Method · 0.65
push
Method · 0.65
asImmutable
Method · 0.65
merge
Method · 0.65
get
Method · 0.65
Tested by
no test coverage detected