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

Method flatMap

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

Source from the content-addressed store, hash-verified

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 }
29402 compactMap(s, o) {
29403 const i = []
29404 return (

Callers

nothing calls this directly

Calls 3

mapMethod · 0.95
concatMethod · 0.80
reduceMethod · 0.45

Tested by

no test coverage detected