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

Method map

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

Source from the content-addressed store, hash-verified

862 return o.length ? o[0] : null
863 }
864 map(s, o) {
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 }

Callers 3

flatMapMethod · 0.95
'fantasy-land/map'Method · 0.95
'fantasy-land/chain'Method · 0.95

Calls 1

mapMethod · 0.45

Tested by

no test coverage detected