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

Function flatMapFactory

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

Source from the content-addressed store, hash-verified

3496 )
3497 }
3498 function flatMapFactory(s, o, i) {
3499 var a = iterableClass(s)
3500 return s
3501 .toSeq()
3502 .map(function (u, _) {
3503 return a(o.call(i, u, _, s))
3504 })
3505 .flatten(!0)
3506 }
3507 function interposeFactory(s, o) {
3508 var i = makeSequence(s)
3509 return (

Callers 1

Calls 3

iterableClassFunction · 0.85
aFunction · 0.70
mapMethod · 0.45

Tested by

no test coverage detected