Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dataease/SQLBot
/ SetIterable
Function
SetIterable
frontend/public/swagger-ui-bundle.js:1453–1455 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
1451
return
isIndexed(s) ? s : IndexedSeq(s)
1452
}
1453
function
SetIterable(s) {
1454
return
isIterable(s) && !isAssociative(s) ? s : SetSeq(s)
1455
}
1456
function
isIterable(s) {
1457
return
!(!s || !s[o])
1458
}
Callers
3
Set
Function · 0.85
swagger-ui-bundle.js
File · 0.85
OrderedSet
Function · 0.85
Calls
3
isIterable
Function · 0.85
isAssociative
Function · 0.85
SetSeq
Function · 0.85
Tested by
no test coverage detected