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

Method flatMap

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

Source from the content-addressed store, hash-verified

865 return this.content.map(s, o)
866 }
867 flatMap(s, o) {
868 return this.map(s, o).reduce((s, o) => s.concat(o), [])
869 }
870 compactMap(s, o) {
871 const i = []
872 return (

Callers

nothing calls this directly

Calls 3

mapMethod · 0.95
concatMethod · 0.80
reduceMethod · 0.45

Tested by

no test coverage detected