Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/dataease/SQLBot
/ isIterable
Function
isIterable
frontend/public/swagger-ui-bundle.js:1456–1458 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
1454
return
isIterable(s) && !isAssociative(s) ? s : SetSeq(s)
1455
}
1456
function
isIterable(s) {
1457
return
!(!s || !s[o])
1458
}
1459
function
isKeyed(s) {
1460
return
!(!s || !s[i])
1461
}
Callers
15
Iterable
Function · 0.85
SetIterable
Function · 0.85
Seq
Function · 0.85
KeyedSeq
Function · 0.85
IndexedSeq
Function · 0.85
SetSeq
Function · 0.85
deepEqual
Function · 0.85
mergeIntoMapWith
Function · 0.85
deepMerger
Function · 0.85
deepMergerWith
Function · 0.85
mergeIntoListWith
Function · 0.85
concatFactory
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected