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

Method constructor

frontend/public/swagger-ui-bundle.js:31313–31331  ·  view source on GitHub ↗
(s = {})

Source from the content-addressed store, hash-verified

31311 }
31312 class Store {
31313 constructor(s = {}) {
31314 ;(Ye()(
31315 this,
31316 {
31317 state: {},
31318 plugins: [],
31319 system: { configs: {}, fn: {}, components: {}, rootInjects: {}, statePlugins: {} },
31320 boundSystem: {},
31321 toolbox: {},
31322 },
31323 s
31324 ),
31325 (this.getSystem = this._getSystem.bind(this)),
31326 (this.store = (function configureStore(s, o, i) {
31327 return createStoreWithMiddleware(s, o, i)
31328 })(idFn, (0, ze.fromJS)(this.state), this.getSystem)),
31329 this.buildSystem(!1),
31330 this.register(this.plugins))
31331 }
31332 getStore() {
31333 return this.store
31334 }

Callers

nothing calls this directly

Calls 5

buildSystemMethod · 0.95
registerMethod · 0.95
YeFunction · 0.50
bindMethod · 0.45

Tested by

no test coverage detected