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

Function isOrderedMap

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

Source from the content-addressed store, hash-verified

3057 })
3058 }
3059 function isOrderedMap(s) {
3060 return isMap(s) && isOrdered(s)
3061 }
3062 function makeOrderedMap(s, o, i, a) {
3063 var u = Object.create(OrderedMap.prototype)
3064 return (

Callers 1

OrderedMapFunction · 0.85

Calls 2

isMapFunction · 0.85
isOrderedFunction · 0.85

Tested by

no test coverage detected