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

Function emptySequence

frontend/public/swagger-ui-bundle.js:1693–1695  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1691 return !(!s || !s[ce])
1692 }
1693 function emptySequence() {
1694 return ee || (ee = new ArraySeq([]))
1695 }
1696 function keyedSeqFromValue(s) {
1697 var o = Array.isArray(s)
1698 ? new ArraySeq(s).fromEntrySeq()

Callers 4

SeqFunction · 0.85
KeyedSeqFunction · 0.85
IndexedSeqFunction · 0.85
SetSeqFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected