Check if a dataset is loaded
()
| 34 | |
| 35 | /** Check if a dataset is loaded */ |
| 36 | isLoaded(): boolean { |
| 37 | return this.getState().sourceType !== null; |
| 38 | } |
| 39 | |
| 40 | private getSourceAdapter(state: DatasetState) { |
| 41 | return getDatasetSourceAdapter(state.sourceType); |
no outgoing calls
no test coverage detected