Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SuperMap/iClient-JavaScript
/ isArray
Function
isArray
src/openlayers/mapping/webmap/Util.js:174–176 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
172
}
173
174
function
isArray(obj) {
175
return
Object.prototype.toString.call(obj) ===
'[object Array]'
;
176
}
Callers
1
getFeatureProperties
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected