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

Method register

frontend/public/swagger-ui-bundle.js:31335–31339  ·  view source on GitHub ↗
(s, o = !0)

Source from the content-addressed store, hash-verified

31333 return this.store
31334 }
31335 register(s, o = !0) {
31336 var i = combinePlugins(s, this.getSystem())
31337 ;(systemExtend(this.system, i), o && this.buildSystem())
31338 callAfterLoad.call(this.system, s, this.getSystem()) && this.buildSystem()
31339 }
31340 buildSystem(s = !0) {
31341 let o = this.getStore().dispatch,
31342 i = this.getStore().getState

Callers 15

constructorMethod · 0.95
SwaggerUIFunction · 0.95
useDefaultMethod · 0.45
formatAPIFunction · 0.45
encoderAPIFunction · 0.45
mediaTypeAPIFunction · 0.45
api_optionAPIFunction · 0.45
KfFunction · 0.45
getParamMethod · 0.45
aFunction · 0.45
nFunction · 0.45

Calls 3

buildSystemMethod · 0.95
combinePluginsFunction · 0.85
systemExtendFunction · 0.85

Tested by

no test coverage detected