Get the current source type
()
| 29 | |
| 30 | /** Get the current source type */ |
| 31 | getSourceType(): DatasetSource | null { |
| 32 | return this.getState().sourceType; |
| 33 | } |
| 34 | |
| 35 | /** Check if a dataset is loaded */ |
| 36 | isLoaded(): boolean { |
no outgoing calls
no test coverage detected