MCPcopy Create free account
hub / github.com/dataease/SQLBot / IndexedSeq

Function IndexedSeq

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

Source from the content-addressed store, hash-verified

1583 : keyedSeqFromValue(s)
1584 }
1585 function IndexedSeq(s) {
1586 return null == s
1587 ? emptySequence()
1588 : isIterable(s)
1589 ? isKeyed(s)
1590 ? s.entrySeq()
1591 : s.toIndexedSeq()
1592 : indexedSeqFromValue(s)
1593 }
1594 function SetSeq(s) {
1595 return (
1596 null == s

Callers 5

IndexedIterableFunction · 0.85
fromJSWithFunction · 0.85
fromJSDefaultFunction · 0.85
sortFactoryFunction · 0.85

Calls 4

emptySequenceFunction · 0.85
isIterableFunction · 0.85
isKeyedFunction · 0.85
indexedSeqFromValueFunction · 0.85

Tested by

no test coverage detected