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

Function isOrdered

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

Source from the content-addressed store, hash-verified

1466 return isKeyed(s) || isIndexed(s)
1467 }
1468 function isOrdered(s) {
1469 return !(!s || !s[u])
1470 }
1471 ;(createClass(KeyedIterable, Iterable),
1472 createClass(IndexedIterable, Iterable),
1473 createClass(SetIterable, Iterable),

Callers 7

deepEqualFunction · 0.85
MapFunction · 0.85
isOrderedMapFunction · 0.85
groupByFactoryFunction · 0.85
SetFunction · 0.85
isOrderedSetFunction · 0.85
hashIterableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected