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

Function indexedSeqFromValue

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

Source from the content-addressed store, hash-verified

1710 return o
1711 }
1712 function indexedSeqFromValue(s) {
1713 var o = maybeIndexedSeqFromValue(s)
1714 if (!o) throw new TypeError('Expected Array or iterable object of values: ' + s)
1715 return o
1716 }
1717 function seqFromValue(s) {
1718 var o = maybeIndexedSeqFromValue(s) || ('object' == typeof s && new ObjectSeq(s))
1719 if (!o)

Callers 3

IndexedSeqFunction · 0.85
SetSeqFunction · 0.85
concatFactoryFunction · 0.85

Calls 1

maybeIndexedSeqFromValueFunction · 0.85

Tested by

no test coverage detected