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

Method getBoundSelectors

frontend/public/swagger-ui-bundle.js:31493–31501  ·  view source on GitHub ↗
(s, o)

Source from the content-addressed store, hash-verified

31491 : this.system.components
31492 }
31493 getBoundSelectors(s, o) {
31494 return objMap(this.getSelectors(), (i, a) => {
31495 let u = [a.slice(0, -9)]
31496 return objMap(i, (i) => (...a) => {
31497 let _ = wrapWithTryCatch(i, this.getSystem).apply(null, [s().getIn(u), ...a])
31498 return ('function' == typeof _ && (_ = wrapWithTryCatch(_, this.getSystem)(o())), _)
31499 })
31500 })
31501 }
31502 getBoundActions(s) {
31503 s = s || this.getStore().dispatch
31504 const o = this.getActions(),

Callers 1

Calls 5

getSelectorsMethod · 0.95
objMapFunction · 0.85
wrapWithTryCatchFunction · 0.85
oFunction · 0.70
sFunction · 0.50

Tested by

no test coverage detected