Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dataease/SQLBot
/ normalizeArray
Function
normalizeArray
frontend/public/swagger-ui-bundle.js:30996–30998 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
30994
return
We().OrderedMap(s).map(fromJSOrdered)
30995
}
30996
function
normalizeArray(s) {
30997
return
Array.isArray(s) ? s : [s]
30998
}
30999
function
isFn(s) {
31000
return
'function'
== typeof s
31001
}
Callers
7
actions_show
Function · 0.85
changeMode
Function · 0.85
isShown
Function · 0.85
whatMode
Function · 0.85
sampleFromSchemaGeneric
Function · 0.85
merge_merge
Function · 0.85
main_sampleFromSchemaGeneric
Function · 0.85
Calls
1
isArray
Method · 0.45
Tested by
no test coverage detected