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

Function assertIsFunction

frontend/public/swagger-ui-bundle.js:31902–31904  ·  view source on GitHub ↗
(s, o = 'expected a function, instead received ' + typeof s)

Source from the content-addressed store, hash-verified

31900 [Bt]: (s, { payload: o }) => s.set('authorized', (0, ze.fromJS)(o.authorized)),
31901 }
31902 function assertIsFunction(s, o = 'expected a function, instead received ' + typeof s) {
31903 if ('function' != typeof s) throw new TypeError(o)
31904 }
31905 var ensureIsArray = (s) => (Array.isArray(s) ? s : [s])
31906 function getDependencies(s) {
31907 const o = Array.isArray(s[0]) ? s[0] : s

Callers 1

createSelector2Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected