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