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

Function ObjectSeq

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

Source from the content-addressed store, hash-verified

1678 ;((this._array = s), (this.size = s.length))
1679 }
1680 function ObjectSeq(s) {
1681 var o = Object.keys(s)
1682 ;((this._object = s), (this._keys = o), (this.size = o.length))
1683 }
1684 function IterableSeq(s) {
1685 ;((this._iterable = s), (this.size = s.length || s.size))
1686 }

Callers

nothing calls this directly

Calls 1

keysMethod · 0.45

Tested by

no test coverage detected