Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/josdejong/mathjs
/ map.test.js
File
map.test.js
test/unit-tests/utils/map.test.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
assert from
'assert'
2
import
{ isMap } from
'../../../src/utils/is.js'
3
import
{ assign, createMap, ObjectWrappingMap, PartitionedMap, toObject } from
'../../../src/utils/map.js'
4
Callers
nothing calls this directly
Calls
13
isMap
Function · 0.90
toObject
Function · 0.90
createMap
Function · 0.90
assign
Function · 0.90
createPartitionedMap
Function · 0.85
get
Method · 0.65
set
Method · 0.65
keys
Method · 0.65
has
Method · 0.65
forEach
Method · 0.65
delete
Method · 0.45
entries
Method · 0.45
Tested by
no test coverage detected