MCPcopy
hub / github.com/josdejong/mathjs / keys

Method keys

test/typescript-tests/testTypes.ts:1253–1255  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1251 }
1252
1253 keys(): IterableIterator<string> {
1254 return this.map.keys()
1255 }
1256
1257 // additional method to get all values in the map
1258 getAllValues(): ValueType[] {

Callers 1

getAllValuesMethod · 0.95

Calls 1

keysMethod · 0.65

Tested by

no test coverage detected