MCPcopy Index your code
hub / github.com/dataease/SQLBot / SetSeq

Function SetSeq

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

Source from the content-addressed store, hash-verified

1592 : indexedSeqFromValue(s)
1593 }
1594 function SetSeq(s) {
1595 return (
1596 null == s
1597 ? emptySequence()
1598 : isIterable(s)
1599 ? isKeyed(s)
1600 ? s.entrySeq()
1601 : s
1602 : indexedSeqFromValue(s)
1603 ).toSetSeq()
1604 }
1605 ;((Iterator.prototype.toString = function () {
1606 return '[Iterator]'
1607 }),

Callers 3

SetIterableFunction · 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