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

Method process

frontend/public/swagger-ui-bundle.js:31505–31517  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

31503 s = s || this.getStore().dispatch
31504 const o = this.getActions(),
31505 process = (s) =>
31506 'function' != typeof s
31507 ? objMap(s, (s) => process(s))
31508 : (...o) => {
31509 var i = null
31510 try {
31511 i = s(...o)
31512 } catch (s) {
31513 i = { type: rt, error: !0, payload: (0, Qe.serializeError)(s) }
31514 } finally {
31515 return i
31516 }
31517 }
31518 return objMap(o, (o) =>
31519 (function bindActionCreators(s, o) {
31520 if ('function' == typeof s) return bindActionCreator(s, o)

Callers 3

yNFunction · 0.80
prFunction · 0.80

Calls 2

objMapFunction · 0.85
sFunction · 0.50

Tested by

no test coverage detected