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

Function objMap

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

Source from the content-addressed store, hash-verified

31010 }
31011 const Pt = pt()
31012 function objMap(s, o) {
31013 return Object.keys(s).reduce((i, a) => ((i[a] = o(s[a], a)), i), {})
31014 }
31015 function objReduce(s, o) {
31016 return Object.keys(s).reduce((i, a) => {
31017 let u = o(s[a], a)

Callers 8

rebuildReducerMethod · 0.85
getActionsMethod · 0.85
getBoundSelectorsMethod · 0.85
processMethod · 0.85
getBoundActionsMethod · 0.85
systemExtendFunction · 0.85

Calls 3

oFunction · 0.70
reduceMethod · 0.45
keysMethod · 0.45

Tested by

no test coverage detected