MCPcopy Create free account
hub / github.com/dataease/SQLBot / bindActionCreator

Function bindActionCreator

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

Source from the content-addressed store, hash-verified

30838 }
30839 }
30840 function bindActionCreator(s, o) {
30841 return function (...i) {
30842 return o(s.apply(this, i))
30843 }
30844 }
30845 function compose(...s) {
30846 return 0 === s.length
30847 ? (s) => s

Callers 1

getBoundActionsMethod · 0.85

Calls 1

oFunction · 0.70

Tested by

no test coverage detected