MCPcopy 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

entriesMethod · 0.95
forEachMethod · 0.95

Calls 1

getSafePropertyFunction · 0.90

Tested by

no test coverage detected