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

Method getComponents

frontend/public/swagger-ui-bundle.js:31485–31492  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

31483 return { fn: this.system.fn }
31484 }
31485 getComponents(s) {
31486 const o = this.system.components[s]
31487 return Array.isArray(o)
31488 ? o.reduce((s, o) => o(s, this.getSystem()))
31489 : void 0 !== s
31490 ? this.system.components[s]
31491 : this.system.components
31492 }
31493 getBoundSelectors(s, o) {
31494 return objMap(this.getSelectors(), (i, a) => {
31495 let u = [a.slice(0, -9)]

Callers 5

combinePluginsFunction · 0.80
IDFunction · 0.80
VBFunction · 0.80
theme.min.jsFile · 0.80
oNFunction · 0.80

Calls 3

oFunction · 0.70
isArrayMethod · 0.45
reduceMethod · 0.45

Tested by

no test coverage detected