Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
171
export
function
createEmptyMap () {
172
return
new
Map()
173
}
174
175
/**
176
* Creates a Map from the given object.
Callers
6
_simplify
Function · 0.90
Parser
Function · 0.90
evaluate.js
File · 0.90
createMap
Function · 0.85
cli.js
File · 0.85
runStream
Function · 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…