Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/josdejong/mathjs
/ get
Method
get
src/utils/map.js:29–31 ·
view source on GitHub ↗
(key)
Source
from the content-addressed store, hash-verified
27
}
28
29
get (key) {
30
return
getSafeProperty(this.wrappedObject, key)
31
}
32
33
set (key, value) {
34
setSafeProperty(this.wrappedObject, key, value)
Callers
2
entries
Method · 0.95
forEach
Method · 0.95
Calls
1
getSafeProperty
Function · 0.90
Tested by
no test coverage detected