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

Function isArray

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

Source from the content-addressed store, hash-verified

31006 return 'function' == typeof s
31007 }
31008 function isArray(s) {
31009 return Array.isArray(s)
31010 }
31011 const Pt = pt()
31012 function objMap(s, o) {
31013 return Object.keys(s).reduce((i, a) => ((i[a] = o(s[a], a)), i), {})

Callers 2

combinePluginsFunction · 0.85
callAfterLoadFunction · 0.85

Calls 1

isArrayMethod · 0.45

Tested by

no test coverage detected