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

Method buildSystem

frontend/public/swagger-ui-bundle.js:31340–31353  ·  view source on GitHub ↗
(s = !0)

Source from the content-addressed store, hash-verified

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
31343 ;((this.boundSystem = Object.assign(
31344 {},
31345 this.getRootInjects(),
31346 this.getWrappedAndBoundActions(o),
31347 this.getWrappedAndBoundSelectors(i, this.getSystem),
31348 this.getStateThunks(i),
31349 this.getFn(),
31350 this.getConfigs()
31351 )),
31352 s && this.rebuildReducer())
31353 }
31354 _getSystem() {
31355 return this.boundSystem
31356 }

Callers 2

constructorMethod · 0.95
registerMethod · 0.95

Calls 8

getStoreMethod · 0.95
getRootInjectsMethod · 0.95
getStateThunksMethod · 0.95
getFnMethod · 0.95
getConfigsMethod · 0.95
rebuildReducerMethod · 0.95

Tested by

no test coverage detected