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

Function Seq

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

Source from the content-addressed store, hash-verified

1571 return s && 'number' == typeof s.length
1572 }
1573 function Seq(s) {
1574 return null == s ? emptySequence() : isIterable(s) ? s.toSeq() : seqFromValue(s)
1575 }
1576 function KeyedSeq(s) {
1577 return null == s
1578 ? emptySequence().toKeyedSeq()

Callers 2

IterableFunction · 0.85

Calls 3

emptySequenceFunction · 0.85
isIterableFunction · 0.85
seqFromValueFunction · 0.85

Tested by

no test coverage detected