Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/josdejong/mathjs
/ get
Method
get
tools/update-authors.js:23–23 ·
view source on GitHub ↗
(key)
Source
from the content-addressed store, hash-verified
21
}
22
23
get (key) {
return
this._map.get(key.toLowerCase()) }
24
set (key, value) {
25
this._map.set(key.toLowerCase(), value)
26
return
this
Callers
nothing calls this directly
Calls
1
get
Method · 0.65
Tested by
no test coverage detected