MCPcopy Index your code
hub / github.com/josdejong/mathjs / createEmptyMap

Function createEmptyMap

src/utils/map.js:171–173  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

169 * @returns an empty Map or Map like object.
170 */
171export function createEmptyMap () {
172 return new Map()
173}
174
175/**
176 * Creates a Map from the given object.

Callers 6

_simplifyFunction · 0.90
ParserFunction · 0.90
evaluate.jsFile · 0.90
createMapFunction · 0.85
cli.jsFile · 0.85
runStreamFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…