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

Method getRootInjects

frontend/public/swagger-ui-bundle.js:31357–31370  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31355 return this.boundSystem
31356 }
31357 getRootInjects() {
31358 return Object.assign(
31359 {
31360 getSystem: this.getSystem,
31361 getStore: this.getStore.bind(this),
31362 getComponents: this.getComponents.bind(this),
31363 getState: this.getStore().getState,
31364 getConfigs: this._getConfigs.bind(this),
31365 Im: We(),
31366 React: Re,
31367 },
31368 this.system.rootInjects || {}
31369 )
31370 }
31371 _getConfigs() {
31372 return this.system.configs
31373 }

Callers 1

buildSystemMethod · 0.95

Calls 3

getStoreMethod · 0.95
WeFunction · 0.50
bindMethod · 0.45

Tested by

no test coverage detected