Check if the dataset has masks available
()
| 139 | |
| 140 | /** Check if the dataset has masks available */ |
| 141 | hasMasks(): boolean { |
| 142 | const state = this.getState(); |
| 143 | return this.getSourceAdapter(state)?.hasMasks(state) ?? false; |
| 144 | } |
| 145 | } |
no test coverage detected