()
| 15 | } |
| 16 | |
| 17 | getLayerCatalog() { |
| 18 | return (this._sourceListModel && this._sourceListModel.getLayerCatalog()) || []; |
| 19 | } |
| 20 | |
| 21 | getLayers() { |
| 22 | return (this._sourceListModel && this._sourceListModel.getLayers()) || []; |
no outgoing calls
no test coverage detected