MCPcopy Index your code
hub / github.com/josdejong/mathjs / keys

Method keys

src/utils/map.js:23–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 }
22
23 keys () {
24 return Object.keys(this.wrappedObject)
25 .filter(key => this.has(key))
26 .values()
27 }
28
29 get (key) {
30 return getSafeProperty(this.wrappedObject, key)

Callers 3

entriesMethod · 0.95
forEachMethod · 0.95
clearMethod · 0.95

Calls 3

hasMethod · 0.95
filterMethod · 0.65
keysMethod · 0.65

Tested by

no test coverage detected