(hostId)
| 32955 | } |
| 32956 | } |
| 32957 | function getLayerCount(hostId) { |
| 32958 | var layers = _layerHostsById[hostId]; |
| 32959 | return layers ? layers.length : 0; |
| 32960 | } |
| 32961 | function getLayerHost(hostId) { |
| 32962 | var layerHosts = _layerHostsById[hostId]; |
| 32963 | return layerHosts && layerHosts[0] || undefined; |
nothing calls this directly
no outgoing calls
no test coverage detected