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: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
map
Method · 0.95
concat
Method · 0.80
reduce
Method · 0.45
Tested by
no test coverage detected