Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
map
Method · 0.95
concat
Method · 0.80
reduce
Method · 0.45
Tested by
no test coverage detected