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

Function isArrayLike

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

Source from the content-addressed store, hash-verified

1568 if ('function' == typeof o) return o
1569 }
1570 function isArrayLike(s) {
1571 return s && 'number' == typeof s.length
1572 }
1573 function Seq(s) {
1574 return null == s ? emptySequence() : isIterable(s) ? s.toSeq() : seqFromValue(s)
1575 }

Callers 2

maybeIndexedSeqFromValueFunction · 0.85
forceIteratorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected