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

Function isFn

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

Source from the content-addressed store, hash-verified

30997 return Array.isArray(s) ? s : [s]
30998 }
30999 function isFn(s) {
31000 return 'function' == typeof s
31001 }
31002 function isObject(s) {
31003 return !!s && 'object' == typeof s
31004 }

Callers 3

getActionsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected