Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/josdejong/mathjs
/ get
Method
get
test/typescript-tests/testTypes.ts:1238–1240 ·
view source on GitHub ↗
(key: string)
Source
from the content-addressed store, hash-verified
1236
}
1237
1238
get(key: string): ValueType {
1239
return
this.map.get(key)
1240
}
1241
1242
set(key: string, value: ValueType): CustomMap {
1243
// additional validation to ensure the value is of a valid type
Callers
1
getAllValues
Method · 0.95
Calls
1
get
Method · 0.65
Tested by
no test coverage detected