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

Function combinePlugins

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

Source from the content-addressed store, hash-verified

31536 }
31537 }
31538 function combinePlugins(s, o) {
31539 return isObject(s) && !isArray(s)
31540 ? tt()({}, s)
31541 : isFunc(s)
31542 ? combinePlugins(s(o), o)
31543 : isArray(s)
31544 ? s
31545 .map((s) => combinePlugins(s, o))
31546 .reduce(systemExtend, { components: o.getComponents() })
31547 : {}
31548 }
31549 function callAfterLoad(s, o, { hasLoaded: i } = {}) {
31550 let a = i
31551 return (

Callers 1

registerMethod · 0.85

Calls 8

isObjectFunction · 0.85
isArrayFunction · 0.85
isFuncFunction · 0.85
getComponentsMethod · 0.80
ttFunction · 0.70
sFunction · 0.50
reduceMethod · 0.45
mapMethod · 0.45

Tested by

no test coverage detected