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

Function isFunc

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

Source from the content-addressed store, hash-verified

31003 return !!s && 'object' == typeof s
31004 }
31005 function isFunc(s) {
31006 return 'function' == typeof s
31007 }
31008 function isArray(s) {
31009 return Array.isArray(s)
31010 }

Callers 7

validateValueBySchemaFunction · 0.85
combinePluginsFunction · 0.85
callAfterLoadFunction · 0.85
primitiveFunction · 0.85
sampleFromSchemaGenericFunction · 0.85
renderMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected