MCPcopy Index your code
hub / github.com/dataease/SQLBot / map

Method map

frontend/public/swagger-ui-bundle.js:29396–29398  ·  view source on GitHub ↗
(s, o)

Source from the content-addressed store, hash-verified

29394 return this.elements.map((s) => s.toValue())
29395 }
29396 map(s, o) {
29397 return this.elements.map(s, o)
29398 }
29399 flatMap(s, o) {
29400 return this.map(s, o).reduce((s, o) => s.concat(o), [])
29401 }

Callers 15

flatMapMethod · 0.95
mapMethod · 0.45
constructorMethod · 0.45
fromJSWithFunction · 0.45
fromJSDefaultFunction · 0.45
mergeIntoMapWithFunction · 0.45
mergeIntoListWithFunction · 0.45
updateOrderedMapFunction · 0.45
groupByFactoryFunction · 0.45
concatFactoryFunction · 0.45
flatMapFactoryFunction · 0.45
sortFactoryFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected