MCPcopy
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

1import assert from 'assert'
2import { isMap } from '../../../src/utils/is.js'
3import { assign, createMap, ObjectWrappingMap, PartitionedMap, toObject } from '../../../src/utils/map.js'
4

Callers

nothing calls this directly

Calls 13

isMapFunction · 0.90
toObjectFunction · 0.90
createMapFunction · 0.90
assignFunction · 0.90
createPartitionedMapFunction · 0.85
getMethod · 0.65
setMethod · 0.65
keysMethod · 0.65
hasMethod · 0.65
forEachMethod · 0.65
deleteMethod · 0.45
entriesMethod · 0.45

Tested by

no test coverage detected