Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
OrderedMap
Function · 0.85
Calls
2
isMap
Function · 0.85
isOrdered
Function · 0.85
Tested by
no test coverage detected