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

Function resolveSize

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

Source from the content-addressed store, hash-verified

3634 if (s !== Object(s)) throw new TypeError('Expected [K, V] tuple: ' + s)
3635 }
3636 function resolveSize(s) {
3637 return (assertNotInfinite(s.size), ensureSize(s))
3638 }
3639 function iterableClass(s) {
3640 return isKeyed(s) ? KeyedIterable : isIndexed(s) ? IndexedIterable : SetIterable
3641 }

Callers 1

Calls 2

assertNotInfiniteFunction · 0.85
ensureSizeFunction · 0.85

Tested by

no test coverage detected