(s = !0)
| 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 | } |
no test coverage detected