* Clear all surfaces
()
| 150 | * Clear all surfaces |
| 151 | */ |
| 152 | clearSurfaces(): void { |
| 153 | this.surfaces.clear(); |
| 154 | this.streamingStates.clear(); |
| 155 | this.validationErrors = []; |
| 156 | } |
| 157 | |
| 158 | /** |
| 159 | * Get validation errors |
no outgoing calls
no test coverage detected