Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
validateValueBySchema
Function · 0.85
combinePlugins
Function · 0.85
callAfterLoad
Function · 0.85
swagger-ui-bundle.js
File · 0.85
primitive
Function · 0.85
sampleFromSchemaGeneric
Function · 0.85
render
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected