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

Method getActions

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

Source from the content-addressed store, hash-verified

31418 return this.getType('selectors')
31419 }
31420 getActions() {
31421 return objMap(this.getType('actions'), (s) =>
31422 objReduce(s, (s, o) => {
31423 if (isFn(s)) return { [o]: s }
31424 })
31425 )
31426 }
31427 getWrappedAndBoundActions(s) {
31428 return objMap(this.getBoundActions(s), (s, o) => {
31429 let i = this.system.statePlugins[o.slice(0, -7)].wrapActions

Callers 1

getBoundActionsMethod · 0.95

Calls 4

getTypeMethod · 0.95
objMapFunction · 0.85
objReduceFunction · 0.85
isFnFunction · 0.85

Tested by

no test coverage detected